Replaced Codecov bash uploader with GitHub Action

This commit is contained in:
Andrew Murray 2022-09-24 11:33:16 +10:00
parent c2007e7558
commit de75af385c

View File

@ -73,11 +73,11 @@ jobs:
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
- name: Upload coverage
run: |
python3 -m pip install codecov
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
env:
CODECOV_NAME: ${{ matrix.name }}
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: GHA_Windows
name: ${{ matrix.name }}
success:
permissions: