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:
105
105
coverage combine
106
106
coverage xml
107
107
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
109
109
fi
110
110
111
111
notifications :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if "%PYTEST_COVERAGE%" == "1" (
10
10
coverage combine
11
11
coverage xml
12
12
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%
14
14
) else (
15
15
echo Skipping coverage upload, PYTEST_COVERAGE=%PYTEST_COVERAGE%
16
16
)
You can’t perform that action at this time.
0 commit comments