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 4108f3d + 784d7af commit e93736dCopy full SHA for e93736d
1 file changed
.github/workflows/go.yml
@@ -52,7 +52,7 @@ jobs:
52
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
53
54
- name: Upload coverage
55
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
file: coverage.txt
0 commit comments