1 parent 94ed806 commit c43a368Copy full SHA for c43a368
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@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7
+ uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # 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