Skip to content
Snippets Groups Projects
Unverified Commit c05ed69c authored by Jerome Humbert's avatar Jerome Humbert Committed by GitHub
Browse files

Upgrade tarpaulin to 0.21.0 (#54)

Upgrade `tarpaulin` to 0.21.0 to work around what looks like a bug in coverage report.

Fixes #55
parent 2c9e4a2a
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ jobs: ...@@ -100,7 +100,7 @@ jobs:
if: runner.os == 'linux' if: runner.os == 'linux'
- name: Install cargo-tarpaulin - name: Install cargo-tarpaulin
run: | run: |
RUST_BACKTRACE=1 cargo install --version 0.19.1 cargo-tarpaulin RUST_BACKTRACE=1 cargo install --version 0.21.0 cargo-tarpaulin
- name: Generate code coverage - name: Generate code coverage
run: | run: |
RUST_BACKTRACE=1 cargo tarpaulin --all-features --verbose --timeout 120 --out Lcov --workspace RUST_BACKTRACE=1 cargo tarpaulin --all-features --verbose --timeout 120 --out Lcov --workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment