File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ after_failure: |
199199
200200after_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"
Original file line number Diff line number Diff line change 11# pip requirements for all the travis builds
22
3- codecov
43coverage
54cycler
65numpy
You can’t perform that action at this time.
0 commit comments