mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge #1808
1808: Exclude clap_derive from coverage r=pksunkara a=CreepySkeleton Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
This commit is contained in:
commit
1e6d366d58
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
||||||
before_script:
|
before_script:
|
||||||
- cargo install cargo-tarpaulin --git git://github.com/pksunkara/tarpaulin --branch develop
|
- cargo install cargo-tarpaulin --git git://github.com/pksunkara/tarpaulin --branch develop
|
||||||
script:
|
script:
|
||||||
- cargo tarpaulin --workspace --features "yaml unstable" --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
|
- cargo tarpaulin --workspace --features "yaml unstable" --ciserver travis-ci --coveralls $TRAVIS_JOB_ID --timeout 300
|
||||||
script:
|
script:
|
||||||
- cargo test --features "yaml unstable"
|
- cargo test --features "yaml unstable"
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue