Skip to content

Commit

Permalink
ci: try to get tests errors befor access violation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 25, 2022
1 parent 1d948df commit 95fd1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_script:
- python -c "import shapeout2; print(shapeout2.__version__)"
- pip install coverage codecov
- pip install -r tests/requirements.txt
- python -m coverage run --source=shapeout2 -m pytest tests
- python -m coverage run --source=shapeout2 -m pytest tests -x
- python -m coverage report -m
# Allow codecov to fail
- codecov || exit 0
Expand Down

0 comments on commit 95fd1b8

Please sign in to comment.