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 e55eab6 commit 52b7b86Copy full SHA for 52b7b86
.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