Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9c9014

Browse files
authored
Merge pull request #17606 from QuLogic/codecov-warnings
CI: Move codecov.yml to .github.
2 parents 93c3224 + 2fad6aa commit c9c9014

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)