We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91e50e7 + 2c09fb9 commit 924650cCopy full SHA for 924650c
.github/workflows/ci.yml
@@ -145,6 +145,6 @@ jobs:
145
go test -race -shuffle=on --coverprofile=coverage.coverprofile --covermode=atomic ./...
146
- name: Upload coverage to Codecov
147
if: success()
148
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
149
with:
150
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
0 commit comments