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 0292910 commit 479d583Copy full SHA for 479d583
1 file changed
.github/workflows/test-windows.yml
@@ -426,7 +426,6 @@ jobs:
426
${{ matrix.package }}-python3-olefile \
427
${{ matrix.package }}-libjpeg-turbo \
428
${{ matrix.package }}-libimagequant
429
- python3 -m pip install -U pip codecov
430
431
- name: Build Pillow
432
run: |
@@ -436,4 +435,14 @@ jobs:
436
435
437
python3 selftest.py --installed
438
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
439
- codecov --file coverage.xml --name MSYS2 ${{ matrix.mingw }}
+
+ - name: After success
440
+ run: |
441
+ .ci/after_success.sh
442
443
+ - name: Upload coverage
444
+ uses: codecov/codecov-action@v1
445
+ with:
446
+ file: ./coverage.xml
447
+ flags: GHA_Windows
448
+ name: MSYS2 ${{ matrix.mingw }}
0 commit comments