Use up-to-date tarpaulin and only clean imap
This commit is contained in:
parent
6d158e7eb5
commit
ec52a64017
1 changed files with 2 additions and 2 deletions
|
|
@ -86,10 +86,10 @@ jobs:
|
|||
rust: nightly
|
||||
env: CACHE_NAME=coverage
|
||||
script:
|
||||
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || true
|
||||
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin || true
|
||||
- cargo tarpaulin --out Xml
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- cargo clean # ensure we don't cache build for coverage
|
||||
- cargo clean -p imap # ensure we don't cache build for coverage
|
||||
stages:
|
||||
- check
|
||||
- test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue