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 70ec50c commit fc0377bCopy full SHA for fc0377b
.github/workflows/go.yml
@@ -29,6 +29,6 @@ jobs:
29
run: go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic -timeout=10m
30
31
- name: Codecov
32
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
33
env:
34
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments