We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06889c commit cadf54eCopy full SHA for cadf54e
.github/workflows/codecov.yml
@@ -26,7 +26,7 @@ jobs:
26
go test ./... -coverprofile=coverage.txt -covermode=atomic
27
28
- name: Upload coverage report
29
- uses: codecov/codecov-action@v1.0.2
+ uses: codecov/codecov-action@v5.4.2
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
file: ./coverage.txt
0 commit comments