We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0d53 commit 5d5d717Copy full SHA for 5d5d717
1 file changed
.github/workflows/tests.yaml
@@ -15,6 +15,6 @@ jobs:
15
- run: uv run ./bin/lint
16
- run: uv run ./bin/test
17
- name: Upload coverage reports to Codecov
18
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments