Skip to content

Commit 7db381c

Browse files
committed
Fix coverage calculation: exclude examples from coverage reporting
1 parent 36ba0f6 commit 7db381c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: go build ./...
4242

4343
- name: Test
44-
run: go test -v -race -coverprofile=coverage.out ./...
44+
run: go test -v -race -coverprofile=coverage.out ./pkg/... ./internal/...
4545

4646
- name: Build examples
4747
run: go build ./examples/...

0 commit comments

Comments
 (0)