Upgrade Codecov action

This commit is contained in:
François Voron
2024-02-05 09:35:01 +01:00
parent a49f7f49c4
commit 3d42d57556

View File

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