Tweak coverage #8036

Merged
merged 10 commits into from Feb 20, 2017
+298 −421
Split
View
@@ -140,8 +140,8 @@ test_script:
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
# Generate a html for visual tests
- python visual_tests.py
- - if x%USE_PYTEST% == xyes pip install codecov
- - if x%USE_PYTEST% == xyes codecov -e PYTHON_VERSION PLATFORM
+ - pip install codecov
+ - codecov -e PYTHON_VERSION PLATFORM
after_test:
# After the tests were a success, build packages (wheels and conda)
View
@@ -24,5 +24,5 @@ coverage:
paths: '!lib/.*/tests/.*'
tests:
- target: 97.7%
+ target: 97.9%
paths: 'lib/.*/tests/.*'
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.