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

Skip to content

Commit 2fad6aa

Browse files
committed
Move codecov.yml to .github.
Then removing the `-y` argument to the script fixes a deprecation warning from it.
1 parent f820c27 commit 2fad6aa

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)