Skip to content

Commit 139a89b

Browse files
committed
attempt to fix codecov
1 parent 65b6e55 commit 139a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_script: |
3333
3434
after_success: |
3535
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then
36-
cargo tarpaulin --out Xml --lib -v
36+
cargo tarpaulin --out Xml -v
3737
bash <(curl -s https://codecov.io/bash) &&
3838
echo "Uploaded code coverage"
3939
fi

0 commit comments

Comments
 (0)