Skip to content

Commit 3e1f0db

Browse files
committed
fixup! Travis: use codecov-bash
1 parent 2fdae26 commit 3e1f0db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ after_success:
4040
# Upload coverage information for py* tox environments.
4141
- |
4242
if [ "${TOXENV#py}" != "$TOXENV" ]; then
43+
.tox/$TOXENV/bin/coverage xml
4344
bash <(curl -s https://codecov.io/bash) -Z -F "${TOXENV//-/,}"
4445
fi
4546

0 commit comments

Comments
 (0)