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 9410381 + b1a294d commit 181539fCopy full SHA for 181539f
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
go test -race -shuffle=on --coverprofile=coverage.coverprofile --covermode=atomic ./...
60
- name: Upload coverage to Codecov
61
if: success()
62
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
+ uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
65
lint:
0 commit comments