We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604d5d3 commit 1962e01Copy full SHA for 1962e01
1 file changed
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
go test -parallel 20 -v -race -coverprofile=coverage.txt -covermode=atomic ./...
59
60
- name: Codecov
61
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
62
with:
63
fail_ci_if_error: true # optional (default = false)
64
env:
0 commit comments