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.
2 parents 9129a62 + 328b34b commit b71dfd6Copy full SHA for b71dfd6
.github/workflows/build-and-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
run: go test -v -race -coverprofile=coverage.out ./...
38
39
- name: Upload coverage reports
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
41
with:
42
file: ./coverage.out
43
flags: unittests
0 commit comments