We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a88c0 commit 401bd61Copy full SHA for 401bd61
.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@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments