Update readme, disable coverage

This commit is contained in:
Adrian Wozniak 2019-05-20 18:56:01 +02:00
parent 3daf214a3f
commit 0ae805faec
2 changed files with 15 additions and 15 deletions

View File

@ -42,20 +42,20 @@ jobs:
export XDG_RUNTIME_DIR=$(pwd) export XDG_RUNTIME_DIR=$(pwd)
export XDG_BIN_HOME=$HOME/.local/bin export XDG_BIN_HOME=$HOME/.local/bin
rustup run nightly cargo run -p rider-generator rustup run nightly cargo run -p rider-generator
- run: # - run:
name: Test and code coverage # name: Test and code coverage
command: | # command: |
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || echo 0 # RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || echo 0
export XDG_RUNTIME_DIR=$(pwd) # export XDG_RUNTIME_DIR=$(pwd)
export XDG_BIN_HOME=$HOME/.local/bin # export XDG_BIN_HOME=$HOME/.local/bin
rustup run nightly cargo tarpaulin --all --ciserver circle-ci --out Xml # rustup run nightly cargo tarpaulin --all --ciserver circle-ci --out Xml
- run: # - run:
name: Upload Coverage # name: Upload Coverage
command: | # command: |
wget -O - -q "https://codecov.io/bash" > .codecov # wget -O - -q "https://codecov.io/bash" > .codecov
chmod +x .codecov # chmod +x .codecov
./.codecov -t $CODECOV_TOKEN # ./.codecov -t $CODECOV_TOKEN
echo "Uploaded code coverage" # echo "Uploaded code coverage"
- save_cache: - save_cache:
key: project-cache key: project-cache
paths: paths:

View File

@ -20,7 +20,7 @@ rustup run nightly cargo run -p rider-editor
* [x] Basic lexer based highlight * [x] Basic lexer based highlight
* [x] Scrolling * [x] Scrolling
* [x] Handle click based caret movement * [x] Handle click based caret movement
* [ ] Handle caret movement with arrow keys * [x] Handle caret movement with arrow keys
* [x] Add text content * [x] Add text content
* [x] Open file menu * [x] Open file menu
* [ ] `Save file` with button * [ ] `Save file` with button