Skip to content

Commit de75af3

Browse files
committed
Replaced Codecov bash uploader with GitHub Action
1 parent c2007e7 commit de75af3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-mingw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
7474
7575
- 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 }}
76+
uses: codecov/codecov-action@v3
77+
with:
78+
file: ./coverage.xml
79+
flags: GHA_Windows
80+
name: ${{ matrix.name }}
8181

8282
success:
8383
permissions:

0 commit comments

Comments
 (0)