We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4a75c commit 7b0dd46Copy full SHA for 7b0dd46
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
run: go test -v -race -coverprofile=coverage.out ./...
59
60
- name: Upload coverage reports
61
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
62
with:
63
files: ./coverage.out
64
flags: unittests
0 commit comments