We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93224f8 commit 739f9a4Copy full SHA for 739f9a4
.travis.yml
@@ -94,11 +94,11 @@ after_success:
94
- |
95
if [[ "$PYTEST_NO_COVERAGE" != 1 ]]; then
96
set -e
97
- pip install codecov
+ pip install coverage
98
coverage combine
99
coverage xml --ignore-errors
100
coverage report -m --ignore-errors
101
- codecov --required -X gcov pycov search -f coverage.xml --flags ${TOXENV//-/ } linux
+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F "${TOXENV//-/,},linux"
102
103
# Coveralls does not support merged reports.
104
if [[ "$TOXENV" = py37 ]]; then
0 commit comments