We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab380d3 commit 2ad846cCopy full SHA for 2ad846c
.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@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
27
with:
28
files: ./coverage.txt
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments