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 75eb674 commit 863fb19Copy full SHA for 863fb19
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: go mod download
43
44
- name: Run tests
45
- run: go test -v -race -coverprofile=coverage.out ./...
+ run: go test -v -race -coverprofile=coverage.out ./pkg/...
46
47
- name: Upload coverage
48
uses: codecov/codecov-action@v4
0 commit comments