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 da387df commit 2081f02Copy full SHA for 2081f02
.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