Skip to content

Commit cf0d260

Browse files
authored
Merge pull request matplotlib#8036 from dopplershift/tweak-coverage
[WIP] Tweak coverage
2 parents e69ea36 + 9f316f9 commit cf0d260

15 files changed

+298
-421
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ test_script:
140140
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
141141
# Generate a html for visual tests
142142
- python visual_tests.py
143-
- if x%USE_PYTEST% == xyes pip install codecov
144-
- if x%USE_PYTEST% == xyes codecov -e PYTHON_VERSION PLATFORM
143+
- pip install codecov
144+
- codecov -e PYTHON_VERSION PLATFORM
145145

146146
after_test:
147147
# After the tests were a success, build packages (wheels and conda)

ci/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ coverage:
2424
paths: '!lib/.*/tests/.*'
2525

2626
tests:
27-
target: 97.7%
27+
target: 97.9%
2828
paths: 'lib/.*/tests/.*'
Binary file not shown.
Loading

0 commit comments

Comments
 (0)