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 da57dd0 commit 18088dfCopy full SHA for 18088df
.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 == '1.17.x'
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
54
with:
55
file: ./coverage.txt
0 commit comments