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 6be2184 commit 058ead2Copy full SHA for 058ead2
.github/workflows/coverage.yaml
@@ -18,6 +18,6 @@ jobs:
18
run: go test -v ./... -coverprofile=coverage.out
19
20
- name: Upload coverage report
21
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
22
with:
23
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments