Skip to content

Commit 33692c5

Browse files
committed
Update codecov commadn to mimic Travis
1 parent 4cf542f commit 33692c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-coverage.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if not defined PYTEST_NO_COVERAGE (
44
C:\Python36\Scripts\coverage combine
55
C:\Python36\Scripts\coverage xml
66
C:\Python36\Scripts\coverage report -m
7-
C:\Python36\Scripts\codecov
7+
C:\Python36\Scripts\codecov --required -X gcov pycov search -f coverage.xml --flags %TOXENV:-= %
88
) else (
99
echo Skipping coverage upload, PYTEST_NO_COVERAGE is set
1010
)

0 commit comments

Comments
 (0)