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 83b02a2 commit cc8754eCopy full SHA for cc8754e
.github/workflows/coverage.yaml
@@ -18,6 +18,6 @@ jobs:
18
run: go test -v ./... -coverprofile=coverage.out
19
20
- name: Upload coverage report
21
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
22
with:
23
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments