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