Commit db8a444
fix(test): skip v8 coverage on pool-workers suite
workerd has no node:inspector/promises module, which @vitest/coverage-v8
requires. Coverage now runs only on the happy-dom suite; the
pool-workers suite still runs (verifying behavior) but does not
contribute to the coverage report. Trade-off: covered % drops because
many tests moved to pool-workers. Acceptable — tests still execute,
and switching the coverage backend (e.g. istanbul) is a separate
decision.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0f06f57 commit db8a444
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments