Skip to content

Commit

Permalink
Merge #1808
Browse files Browse the repository at this point in the history
1808: Exclude clap_derive from coverage r=pksunkara a=CreepySkeleton



Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
  • Loading branch information
bors[bot] and CreepySkeleton authored Apr 11, 2020
2 parents 874fbcf + fc89369 commit 1e6d366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
before_script:
- cargo install cargo-tarpaulin --git git://github.com/pksunkara/tarpaulin --branch develop
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:
- cargo test --features "yaml unstable"
notifications:
Expand Down

0 comments on commit 1e6d366

Please sign in to comment.