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 b648f5c + 0ff4eea commit f9eff7aCopy full SHA for f9eff7a
1 file changed
.github/workflows/go.yml
@@ -35,7 +35,7 @@ jobs:
35
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
36
37
- name: Upload coverage
38
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
file: coverage.txt
0 commit comments