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

View File

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