Skip to content

Commit 1df9736

Browse files
committed
fix(ci): scope coverage to main package, exclude examples
1 parent 021b3ad commit 1df9736

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
@@ -38,7 +38,7 @@ jobs:
3838
diff <(gofumpt -d .) <(echo -n)
3939
4040
- name: Test
41-
run: go test -race -coverprofile=coverage.out ./...
41+
run: go test -race -coverprofile=coverage.out -coverpkg=github.com/rdapapi/rdapapi-go ./...
4242

4343
- name: Check coverage
4444
run: |

0 commit comments

Comments
 (0)