We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093e4a5 commit f2d84cfCopy full SHA for f2d84cf
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
go test -race -covermode=atomic -coverprofile=coverage.out ./...
30
31
- name: coverage
32
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
35
file: coverage.out
0 commit comments