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 baccb64 + e8a9136 commit 685bcd7Copy full SHA for 685bcd7
.github/workflows/coverage.yaml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
go test -v -coverprofile=coverage.txt -covermode=atomic -count=10 ./...
21
- name: Upload coverage to Codecov
22
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
23
with:
24
token: ${{ secrets.CODECOV_TOKEN }}
25
files: ./coverage.txt
0 commit comments