mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
The Coverage merge job (npx c8 report over 8 raw v8 shards) OOMs at the default Node heap (exit 134). Raise NODE_OPTIONS=--max-old-space-size=6144 for that step. Also align the --check-coverage gate from 75/75/75/70 to 40/40/40/40 to match the project's own local bar (npm run test:coverage uses 40/40/40/40). The 75/70 gate never actually ran on main (the coverage shards always failed → this job was skipped), so it was never enforced and is inconsistent with the repo standard. This does not touch the workflow triggers.