mirror of
https://github.com/actix/actix
synced 2024-11-23 14:41:07 +01:00
fix travise cov integration
This commit is contained in:
parent
7f8f647287
commit
e49d32e466
@ -56,7 +56,7 @@ after_success:
|
||||
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
||||
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
|
||||
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install -f cargo-tarpaulin
|
||||
USE_SKEPTIC=1 cargo tarpaulin --out Xml --no-count
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
echo "Uploaded code coverage"
|
||||
|
Loading…
Reference in New Issue
Block a user