From 0ae805faec606fe6bbd09a8e2b8a446ffda655fc Mon Sep 17 00:00:00 2001 From: Adrian Wozniak Date: Mon, 20 May 2019 18:56:01 +0200 Subject: [PATCH] Update readme, disable coverage --- .circleci/config.yml | 28 ++++++++++++++-------------- README.md | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9d759f..e72d95b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/README.md b/README.md index 822e0d6..2e8919d 100644 --- a/README.md +++ b/README.md @@ -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