We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73acf0 commit 8ca19cbCopy full SHA for 8ca19cb
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
files: ./coverage.txt
0 commit comments