Skip to content

Commit

Permalink
cargo tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jul 15, 2018
1 parent 42d3e86 commit c43b6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ script:
fi
- |
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
USE_SKEPTIC=1 cargo tarpaulin --features="alpn,tls" --out Xml --no-count
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
cargo tarpaulin --features="alpn,tls" --out Xml --no-count
bash <(curl -s https://codecov.io/bash)
echo "Uploaded code coverage"
fi
Expand Down

0 comments on commit c43b6e3

Please sign in to comment.