We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dcd46 commit 2ff2510Copy full SHA for 2ff2510
.github/workflows/go-presubmit.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: unit
44
run: make test
45
- name: report coverage
46
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
47
with:
48
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
49
files: ./cover.out
0 commit comments