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

Skip to content

Commit 8dd0d18

Browse files
travis: remove codecov from dependency and improve c files filtering
1 parent a646e23 commit 8dd0d18

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ after_failure: |
199199
200200
after_success:
201201
- lcov --capture --directory . --output-file coverage.info
202-
- lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
202+
- lcov --remove coverage.info --output-file coverage.info '/usr/*' '/home/travis/build/matplotlib/matplotlib/build/*' '/home/travis/build/matplotlib/matplotlib/extern/*' # filter system-files
203203
- lcov --list coverage.info
204204
# Uploading to CodeCov but excluding gcov reports
205-
- bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov || echo "Codecov did not collect coverage reports"
205+
- bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -e TRAVIS_PYTHON_VERSION|| echo "Codecov did not collect coverage reports"

requirements/testing/travis_all.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pip requirements for all the travis builds
22

3-
codecov
43
coverage
54
cycler
65
numpy

0 commit comments

Comments
 (0)