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 df9fc59 commit d1b311fCopy full SHA for d1b311f
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
38
39
- name: Upload coverage to Codecov
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
41
with:
42
files: ./coverage.out
43
flags: unittests
0 commit comments