We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b625e commit e7a0e10Copy full SHA for e7a0e10
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: make go.test
33
shell: nix develop --quiet -c bash -e {0}
34
- name: Upload coverage report
35
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
+ uses: codecov/codecov-action@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
files: ./coverage.txt
0 commit comments