mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
The full-corpus transform gate spawns one child that transforms and imports every built bundle, so it runs for 8-25 minutes as a single case and dominates one native Windows coverage partition, blowing its 900s budget under load. Move it to the coverage-exempt heavy gate, which runs it with its own worker budget instead of competing with the instrumented partitions. The package's src is threshold-excluded in vitest.config.ts, so the exemption carries no coverage; the exempt-heavy roster note records the entry.