We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67abedd commit 3811a23Copy full SHA for 3811a23
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments