File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -206,4 +206,4 @@ after_success:
206206 - lcov --remove coverage.info --output-file coverage.info '/usr/*' '/home/travis/build/matplotlib/matplotlib/build/*' '/home/travis/build/matplotlib/matplotlib/extern/*' # filter system-files
207207 - lcov --list coverage.info
208208 # 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:
112112 displayName : ' pytest'
113113
114114- 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
116116 displayName : ' Upload to codecov.io'
117117
118118- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments