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 8fa5ba8 commit be3192eCopy full SHA for be3192e
.ci/test.sh
@@ -4,4 +4,4 @@ set -e
4
5
python3 -c "from PIL import Image"
6
7
-python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE
+python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
.github/workflows/test-mingw.yml
@@ -80,8 +80,7 @@ jobs:
80
- name: Test Pillow
81
run: |
82
python3 selftest.py --installed
83
- python3 -c "from PIL import Image"
84
- python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
+ .ci/test.sh
85
86
- name: Upload coverage
87
uses: codecov/codecov-action@v4
0 commit comments