There was an error while loading. Please reload this page.
2 parents 4fbf676 + 50ee592 commit 679afa6Copy full SHA for 679afa6
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
run: go test -v -race -coverprofile=coverage.out ./...
37
38
- name: Upload coverage
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
40
with:
41
files: ./coverage.out
42
fail_ci_if_error: false
0 commit comments