File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -206,4 +206,4 @@ after_success:
206
206
- lcov --remove coverage.info --output-file coverage.info '/usr/*' '/home/travis/build/matplotlib/matplotlib/build/*' '/home/travis/build/matplotlib/matplotlib/extern/*' # filter system-files
207
207
- lcov --list coverage.info
208
208
# Uploading to CodeCov but excluding gcov reports
209
- - bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -e TRAVIS_PYTHON_VERSION -y ci/codecov.yml || echo "Codecov did not collect coverage reports"
209
+ - bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -e TRAVIS_PYTHON_VERSION || echo "Codecov did not collect coverage reports"
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ steps:
112
112
displayName : ' pytest'
113
113
114
114
- bash : |
115
- bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -y ci/codecov.yml
115
+ bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov
116
116
displayName : ' Upload to codecov.io'
117
117
118
118
- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments