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.
1 parent 1e7030b commit 176fe1aCopy full SHA for 176fe1a
.github/workflows/codecov.yml
@@ -34,6 +34,6 @@ jobs:
34
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
35
36
- name: Uploading coverage to Codecov
37
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 #v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 #v5.5.0
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments