Skip to content

Commit 0da1f40

Browse files
committed
Travis: skip coverage report, done by pytest-cov
1 parent 3e5d16f commit 0da1f40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ after_success:
8787
- |
8888
set -ex
8989
if [[ "${TOXENV%-checkqa}" == "$TOXENV" ]]; then
90-
pip install codecov
9190
coverage combine
9291
coverage xml
93-
coverage report -m --skip-covered
9492
93+
pip install codecov
9594
codecov_flags=${TOXENV//./}
9695
codecov_flags=${codecov_flags//-/ }
9796
codecov --required -X search gcov pycov -f coverage.xml --flags $codecov_flags

0 commit comments

Comments
 (0)