File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ after_success:
97
97
pip install codecov
98
98
coverage combine
99
99
coverage xml
100
- coverage report -m
100
+ coverage report -m --ignore-errors
101
101
codecov --required -X gcov pycov search -f coverage.xml --flags ${TOXENV//-/ } linux
102
102
103
103
# Coveralls does not support merged reports.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if not defined PYTEST_NO_COVERAGE (
3
3
C:\Python36\Scripts\pip install codecov
4
4
C:\Python36\Scripts\coverage combine
5
5
C:\Python36\Scripts\coverage xml
6
- C:\Python36\Scripts\coverage report -m
6
+ C:\Python36\Scripts\coverage report -m --ignore-errors
7
7
C:\Python36\Scripts\codecov --required -X gcov pycov search -f coverage.xml --flags %TOXENV:- = % windows
8
8
) else (
9
9
echo Skipping coverage upload, PYTEST_NO_COVERAGE is set
You can’t perform that action at this time.
0 commit comments