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 c2007e7 commit de75af3Copy full SHA for de75af3
.github/workflows/test-mingw.yml
@@ -73,11 +73,11 @@ jobs:
73
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
74
75
- name: Upload coverage
76
- run: |
77
- python3 -m pip install codecov
78
- bash <(curl -s https://codecov.io/bash) -F GHA_Windows
79
- env:
80
- CODECOV_NAME: ${{ matrix.name }}
+ uses: codecov/codecov-action@v3
+ with:
+ file: ./coverage.xml
+ flags: GHA_Windows
+ name: ${{ matrix.name }}
81
82
success:
83
permissions:
0 commit comments