mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 07:36:43 +00:00
cargo tarpaulin
This commit is contained in:
parent
42d3e86941
commit
c43b6e3577
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue