mirror of https://github.com/fafhrd91/actix-web
--no-count for tarpaulin
This commit is contained in:
parent
9619698543
commit
a38afa0cec
|
@ -38,7 +38,7 @@ script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then
|
||||||
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
|
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
|
||||||
USE_SKEPTIC=1 cargo tarpaulin --out Xml
|
USE_SKEPTIC=1 cargo tarpaulin --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
|
||||||
|
|
Loading…
Reference in New Issue