We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2666a1e + 61a2b11 commit 2f7e187Copy full SHA for 2f7e187
1 file changed
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: go test -v -race -coverprofile=coverage.out ./...
48
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
51
with:
52
file: ./coverage.out
53
fail_ci_if_error: false
0 commit comments