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 d8c4db4 commit 91be5a2Copy full SHA for 91be5a2
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Test
40
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
41
- name: Push Coverage to codecov.io
42
- uses: codecov/codecov-action@v5.1.1
+ uses: codecov/codecov-action@v5.3.1
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
file: ./coverage.txt
0 commit comments