We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fae44 commit 4c15a07Copy full SHA for 4c15a07
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Test (coverage)
24
run: go test ./... -coverprofile=coverage.txt -covermode=atomic
25
- name: Codecov
26
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
27
with:
28
files: ./coverage.txt
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments