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 91cc6b0 commit 8f2a1ccCopy full SHA for 8f2a1cc
.github/workflows/container.yml
@@ -56,7 +56,7 @@ jobs:
56
run: go test -v -race -coverprofile=coverage.out $(go list ./... | grep -v /tests/integration)
57
58
- name: Upload coverage reports
59
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
60
if: github.event_name == 'push'
61
with:
62
file: ./coverage.out
0 commit comments