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
@@ -175,6 +175,10 @@ artifacts:
175
175
name : result_images
176
176
type : zip
177
177
178
+ on_finish :
179
+ - cmd : pip install codecov
180
+ - cmd : codecov -e PYTHON_VERSION PLATFORM
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