Bump codecov/codecov-action in CI

This commit is contained in:
François Voron
2022-10-18 08:41:30 +02:00
parent 827d7c05e8
commit 586601d43d

View File

@ -27,7 +27,7 @@ jobs:
- name: Test - name: Test
run: | run: |
hatch run test-cov-xml hatch run test-cov-xml
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v3
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true fail_ci_if_error: true