Commit 8f369e7
test(unit): address Copilot review — drop unused infoed, clarify coverage docs
- test/unit/config-parse.test.ts: the `infoed` capture buffer was never
asserted. Dropped it and silenced `log.info` directly so
resolveTargetList/parseTargets fallback paths don't print during tests.
- docs-site/development.md: `yarn coverage:e2e` uses `--clean=false` and
therefore accumulates on top of whatever is in `coverage/tmp` — it is
not "e2e-only" in general. Docs now state the actual behavior: fresh →
e2e-only, after `yarn coverage:unit` → merged.
No script change — the `--clean=false` design is intentional per #267
(unit + e2e accumulate via a single temp dir).
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent aa1f7c5 commit 8f369e7
2 files changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | | - | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
0 commit comments