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 4cf542f commit 33692c5Copy full SHA for 33692c5
scripts/upload-coverage.bat
@@ -4,7 +4,7 @@ if not defined PYTEST_NO_COVERAGE (
4
C:\Python36\Scripts\coverage combine
5
C:\Python36\Scripts\coverage xml
6
C:\Python36\Scripts\coverage report -m
7
- C:\Python36\Scripts\codecov
+ C:\Python36\Scripts\codecov --required -X gcov pycov search -f coverage.xml --flags %TOXENV:-= %
8
) else (
9
echo Skipping coverage upload, PYTEST_NO_COVERAGE is set
10
)
0 commit comments