We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b431081 commit 135898eCopy full SHA for 135898e
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
run: go test ./... -v -covermode=atomic -race -coverprofile=coverage.txt
33
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments