We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1df4e commit 4b4c4beCopy full SHA for 4b4c4be
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.2
+ uses: codecov/codecov-action@v5.5.3
62
with:
63
fail_ci_if_error: true # optional (default = false)
64
env:
0 commit comments