Don't force-install tarpaulin; it's slow
We can instead just clear the coverage cache if we want an upgrade.
This commit is contained in:
parent
63f898c4bd
commit
04d75457e8
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
rust: nightly
|
rust: nightly
|
||||||
env: CACHE_NAME=coverage
|
env: CACHE_NAME=coverage
|
||||||
script:
|
script:
|
||||||
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin || true
|
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || true
|
||||||
- cargo tarpaulin --out Xml
|
- cargo tarpaulin --out Xml
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
- cargo clean -p imap # ensure we don't cache build for coverage
|
- cargo clean -p imap # ensure we don't cache build for coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue