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 7aaf57d commit df566a9Copy full SHA for df566a9
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments