mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 15:46:48 +00:00
temp fix for tarpaulin
This commit is contained in:
parent
b550f9ecf4
commit
7435c5e9bf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ after_success:
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then
|
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)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
echo "Uploaded code coverage"
|
echo "Uploaded code coverage"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue