mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
add MSYS coverage
This commit is contained in:
parent
02929105a8
commit
479d583a4a
13
.github/workflows/test-windows.yml
vendored
13
.github/workflows/test-windows.yml
vendored
|
@ -426,7 +426,6 @@ jobs:
|
|||
${{ matrix.package }}-python3-olefile \
|
||||
${{ matrix.package }}-libjpeg-turbo \
|
||||
${{ matrix.package }}-libimagequant
|
||||
python3 -m pip install -U pip codecov
|
||||
|
||||
- name: Build Pillow
|
||||
run: |
|
||||
|
@ -436,4 +435,14 @@ jobs:
|
|||
run: |
|
||||
python3 selftest.py --installed
|
||||
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
|
||||
codecov --file coverage.xml --name MSYS2 ${{ matrix.mingw }}
|
||||
|
||||
- name: After success
|
||||
run: |
|
||||
.ci/after_success.sh
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
flags: GHA_Windows
|
||||
name: MSYS2 ${{ matrix.mingw }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user