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.
2 parents a47e281 + 8a81269 commit 170c808Copy full SHA for 170c808
.github/workflows/go.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Run coverage
30
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
31
- name: Upload coverage reports to Codecov
32
- uses: codecov/[email protected].2
+ uses: codecov/[email protected].3
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments