We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3704855 commit bfbdd65Copy full SHA for bfbdd65
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...
61
- name: Upload code coverage report
62
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments