1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00

temp fix for tarpaulin

This commit is contained in:
Nikolay Kim 2019-03-17 01:49:00 -07:00
parent b550f9ecf4
commit 7435c5e9bf

View File

@ -49,7 +49,7 @@ after_success:
fi
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then
cargo tarpaulin --out Xml --all
taskset -c 0 cargo tarpaulin --out Xml --all
bash <(curl -s https://codecov.io/bash)
echo "Uploaded code coverage"
fi