We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fe127 commit f6388a8Copy full SHA for f6388a8
.github/workflows/test.yml
@@ -50,6 +50,6 @@ jobs:
50
godog -f progress --strict
51
- name: Report on code coverage
52
if: matrix.go-version == 'stable'
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
with:
55
file: ./coverage.txt
0 commit comments