We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef2c14 commit 97a41a8Copy full SHA for 97a41a8
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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
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