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 @@ -105,7 +105,7 @@ after_success:
105105 coverage combine
106106 coverage xml
107107 coverage report -m
108- bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F $TRAVIS_OS_NAME - n $TOXENV
108+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV
109109 fi
110110
111111notifications :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if "%PYTEST_COVERAGE%" == "1" (
1010 coverage combine
1111 coverage xml
1212 coverage report -m
13- scripts\retry codecov --required -X gcov pycov search -f coverage.xml --flags windows -- name %PYTEST_CODECOV_NAME%
13+ scripts\retry codecov --required -X gcov pycov search -f coverage.xml --name %PYTEST_CODECOV_NAME%
1414) else (
1515 echo Skipping coverage upload, PYTEST_COVERAGE=%PYTEST_COVERAGE%
1616)
You can’t perform that action at this time.
0 commit comments