Commit 1e6c120
committed
fix(test): use ** glob to include nested lambda src/ trees in coverage
packages/lambda/*/src/ is two levels below packages/, so the single-star
glob packages/*/src/** missed all five lambda packages. Switching to
packages/**/src/** matches src/ at any depth while still excluding e2e/,
playwright.config.ts, vite.config.ts, and other non-source files.
https://claude.ai/code/session_013coUXcACPpVfmbK9i2D86Z1 parent 8a17b27 commit 1e6c120
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments