We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e96dba commit 884890eCopy full SHA for 884890e
1 file changed
template/.github/workflows/python-test.yaml
@@ -62,13 +62,13 @@ jobs:
62
run: nox --session '${{ matrix.session }}'
63
- if: success() || failure()
64
name: Upload coverage
65
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
66
with:
67
report_type: coverage
68
use_oidc: true
69
70
name: Upload test results
71
72
73
report_type: test_results
74
0 commit comments