8000 MNT: Clean up AppVeyor a bit · matplotlib/matplotlib@5572869 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5572869

Browse files
committed
MNT: Clean up AppVeyor a bit
Upload coverage as part of post processing rather than test script. Also remove duplicated command to visualize test results.
1 parent c508c35 commit 5572869

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ test_script:
134134
# tests
135135
- echo The following args are passed to pytest %PYTEST_ARGS%
136136
- python tests.py %PYTEST_ARGS%
137-
# Generate a html for visual tests
138-
- python tools/visualize_tests.py --no-browser
139-
- pip install codecov
140-
- codecov -e PYTHON_VERSION PLATFORM
141137

142138
after_test:
143139
# After the tests were a success, build packages (wheels and conda)
@@ -174,8 +170,11 @@ artifacts:
174170
type: zip
175171

176172
on_finish:
173+
- pip install codecov
174+
- codecov -e PYTHON_VERSION PLATFORM
177175

178176
on_failure:
177+
# Generate a html for visual tests
179178
- python tools/visualize_tests.py --no-browser
180179
- echo zipping images after a failure...
181180
- 7z a result_images.zip result_images\ | grep -v "Compressing"

0 commit comments

Comments
 (0)
0