CI: Use the new GitHub Action for codecov

The old bash downloader will be removed soon.
This commit is contained in:
DWesl 2021-12-11 15:13:56 -05:00
parent 407abbfa18
commit 4cfb1a854f

View File

@ -60,5 +60,8 @@ jobs:
C:\tools\cygwin\bin\bash .ci/after_success.sh
- name: Upload coverage
run: |
C:\tools\cygwin\bin\bash -c 'bash <(curl -s https://codecov.io/bash) -F'
uses: codecov/codecov-actions@v2
with:
file: ./coverage.xml
flags: GHA_Cygwin
name: ${{ runner.os }} Cygwin Python 3.8 ${{ matrix.architecture }}