File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
CMD_IN_ENV : " cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd"
15
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
16
PYTHONIOENCODING : " UTF-8"
17
- PYTEST_ARGS : -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% # --cov-report= --cov=lib
17
+ PYTEST_ARGS : -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib
18
18
USE_PYTEST : no
19
19
PYTHONHASHSEED : 0 # Workaround for pytest-xdist flaky collection order
20
20
# https://github.com/pytest-dev/pytest/issues/920
@@ -140,6 +140,8 @@ test_script:
140
140
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
141
141
# Generate a html for visual tests
142
142
- 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
145
144
146
after_test :
145
147
# After the tests were a success, build packages (wheels and conda)
@@ -175,6 +177,8 @@ artifacts:
175
177
name : result_images
176
178
type : zip
177
179
180
+ on_finish :
181
+
178
182
on_failure :
179
183
- python visual_tests.py
180
184
- echo zipping images after a failure...
You can’t perform that action at this time.
0 commit comments