We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4fd8a commit 83d22aeCopy full SHA for 83d22ae
.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