Skip to content

Commit 712cda0

Browse files
committed
Merge pull request #37 from upsuper/tarpaulin-binary
2 parents 1c75807 + 97d477b commit 712cda0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ script:
4545
4646
after_success:
4747
- |
48-
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
49-
cargo coveralls --all-features --release --exclude-pattern 'tests/*,src/bin/*'
50-
fi
48+
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
49+
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.8.3/cargo-tarpaulin-0.8.3-travis.tar.gz | \
50+
tar xvz -C $HOME/.cargo/bin
51+
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID \
52+
--exclude-files 'tests/*' --exclude-files 'src/bin/*'
53+
fi
5154
5255
matrix:
5356
allow_failures:

0 commit comments

Comments
 (0)