cargo tarpaulin

This commit is contained in:
Nikolay Kim 2018-07-15 16:38:21 +06:00
parent 1d01dbaaf9
commit c5e3da3756
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ script:
fi fi
- | - |
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh) RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
USE_SKEPTIC=1 cargo tarpaulin --features="alpn,tls" --out Xml --no-count cargo tarpaulin --features="alpn,tls" --out Xml --no-count
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)
echo "Uploaded code coverage" echo "Uploaded code coverage"
fi fi