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 f984d9c commit c2b625eCopy full SHA for c2b625e
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
files: ./coverage.txt
0 commit comments