File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ environment:
15
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
16
PYTHONIOENCODING : " UTF-8"
17
17
TEST_ARGS : --no-pep8
18
- PYTEST_ARGS : -ra --timeout=300 --durations=25 # --cov-report= --cov=lib #-n %NUMBER_OF_PROCESSORS%
18
+ PYTEST_ARGS : -ra --timeout=300 --durations=25 --cov-report= --cov=lib # -n %NUMBER_OF_PROCESSORS%
19
19
USE_PYTEST : no
20
20
# PYTHONHASHSEED: 0 # Workaround for pytest-xdist flaky colletion order
21
21
# # https://github.com/pytest-dev/pytest/issues/920
@@ -176,6 +176,10 @@ artifacts:
176
176
name : result_images
177
177
type : zip
178
178
179
+ on_finish :
180
+ - cmd : pip install codecov
181
+ - cmd : codecov -e PYTHON_VERSION PLATFORM
182
+
179
183
on_failure :
180
184
- python visual_tests.py
181
185
- echo zipping images after a failure...
You can’t perform that action at this time.
0 commit comments