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 ec5b157 commit a54d4a7Copy full SHA for a54d4a7
.github/workflows/container.yml
@@ -56,7 +56,7 @@ jobs:
56
run: go test -v -race -coverprofile=coverage.out ./...
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