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.
1 parent 5c7e32c commit b8760e8Copy full SHA for b8760e8
.github/workflows/checks.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: go test -race -cover -coverprofile=coverage.out -covermode=atomic
53
54
- name: Codecov
55
- uses: codecov/[email protected].3
+ uses: codecov/[email protected].4
56
with:
57
file: ./coverage.out
58
0 commit comments