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 0d798de + 2081f02 commit 5375256Copy full SHA for 5375256
.github/workflows/push_main.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
go test -coverprofile=coverage.txt -covermode=atomic -count=10 ./...
65
- name: Upload coverage to Codecov
66
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
files: ./coverage.txt
0 commit comments