We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf55f90 commit 8080f73Copy full SHA for 8080f73
1 file changed
.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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments