We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf221f5 commit caccfdcCopy full SHA for caccfdc
.github/workflows/Tests.yml
@@ -36,7 +36,7 @@ jobs:
36
coverage xml
37
- name: Upload coverage reports to Codecov
38
if: ${{ matrix.python-version == 3.12}}
39
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
fail_ci_if_error: true
0 commit comments