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 30bf148 + 3e0cbbc commit 383e645Copy full SHA for 383e645
1 file changed
.github/workflows/go.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: run tests with coverage
44
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
45
- name: upload coverage to codecov
46
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
47
with:
48
files: ./coverage.out
49
fail_ci_if_error: false
0 commit comments