We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb9b82 commit 9135c1cCopy full SHA for 9135c1c
.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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
63
with:
64
files: coverage.out
65
verbose: true
0 commit comments