We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6686af3 + 6e47044 commit 36d8f8cCopy full SHA for 36d8f8c
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: go tool cover -html=coverage.out -o coverage.html
33
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
36
continue-on-error: true
37
with:
38
file: ./coverage.out
0 commit comments