Skip to content

Commit

Permalink
Merge pull request #37 from upsuper/tarpaulin-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
LuoZijun committed May 28, 2019
2 parents 1c75807 + 97d477b commit 712cda0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ script:
after_success:
- |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
cargo coveralls --all-features --release --exclude-pattern 'tests/*,src/bin/*'
fi
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.8.3/cargo-tarpaulin-0.8.3-travis.tar.gz | \
tar xvz -C $HOME/.cargo/bin
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID \
--exclude-files 'tests/*' --exclude-files 'src/bin/*'
fi
matrix:
allow_failures:
Expand Down

0 comments on commit 712cda0

Please sign in to comment.