We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91d6bd commit 99aea20Copy full SHA for 99aea20
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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments