Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2549a77 commit c74c639Copy full SHA for c74c639
appveyor.yml
@@ -15,7 +15,7 @@ environment:
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
PYTHONIOENCODING: "UTF-8"
17
TEST_ARGS: --no-pep8
18
- PYTEST_ARGS: -ra --timeout=300 --durations=25 #--cov-report= --cov=lib #-n %NUMBER_OF_PROCESSORS%
+ PYTEST_ARGS: -ra --timeout=300 --durations=25 --cov-report= --cov=lib #-n %NUMBER_OF_PROCESSORS%
19
USE_PYTEST: no
20
#PYTHONHASHSEED: 0 # Workaround for pytest-xdist flaky colletion order
21
# # https://github.com/pytest-dev/pytest/issues/920
@@ -176,6 +176,10 @@ artifacts:
176
name: result_images
177
type: zip
178
179
+on_finish:
180
+ - cmd: pip install codecov
181
+ - cmd: codecov -e PYTHON_VERSION PLATFORM
182
+
183
on_failure:
184
- python visual_tests.py
185
- echo zipping images after a failure...
0 commit comments