We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb6508 commit 171b2e9Copy full SHA for 171b2e9
1 file changed
.github/workflows/python-tests.yml
@@ -60,15 +60,15 @@ jobs:
60
- name: Run tests
61
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1
62
63
- - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
64
with:
65
name: "build-${{ matrix.python-version }}"
66
fail_ci_if_error: true
67
use_oidc: true
68
69
- name: Upload test results to Codecov
70
if: ${{ !cancelled() }}
71
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
72
73
name: build-${{ matrix.python-version }}
74
0 commit comments