13: provide --all to cargo tarpaulin r=kdy1 a=kdy1
This commit is contained in:
bors[bot] 2018-01-14 12:16:38 +00:00
commit 3680654428

View File

@ -26,7 +26,7 @@ script:
after_success:
- bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
- |
cargo tarpaulin --out Xml &&
cargo tarpaulin --all --ignore-tests --out Xml &&
bash <(curl -s https://codecov.io/bash)
- '[ $TRAVIS_PULL_REQUEST = false ] &&
[ "$TRAVIS_BRANCH" == "master" ] &&