Commit 8a17b27
committed
fix(test): narrow coverage include to src/ trees to exclude e2e and config files
The previous glob `packages/**/*.{ts,tsx}` swept in Playwright e2e specs,
Playwright/Vite config files, and other non-unit-tested support files,
which could cause coverage threshold failures unrelated to source changes.
Narrowed to `packages/*/src/**/*.{ts,tsx}` so only package source trees
are measured; e2e/, playwright.config.ts, vite.config.ts etc. are excluded
by default rather than needing manual entries in the exclude list.
https://claude.ai/code/session_013coUXcACPpVfmbK9i2D86Z1 parent 163a529 commit 8a17b27
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments