provide --all to cargo tarpaulin

This commit is contained in:
강동윤 2018-01-14 19:22:53 +09:00
parent 9ec8856136
commit e50636535c

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 --out Xml &&
bash <(curl -s https://codecov.io/bash)
- '[ $TRAVIS_PULL_REQUEST = false ] &&
[ "$TRAVIS_BRANCH" == "master" ] &&