We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb1dd2 commit 523c57dCopy full SHA for 523c57d
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments