mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-07-25 16:55:48 -04:00
19832cfdf5
Server coverage measured at 1.17% lines / 2.09% functions — the starting point for future coverage dashboarding. Most of the codebase has no test coverage yet (4 tests originally, 32 now after Tier 1+2 sequence — but they cover specific modules, not the whole surface). Highlights: - prioritylist.ts: 35.48% (property-based test, Tier 1 #5) - health handler: covered by existing smoke test - Everything else: 0% NO GATES. NO THRESHOLDS. Just a snapshot. Gameplan is to add tests incrementally and watch this number grow; not to fail CI on low coverage (which would block productive work). Also add 'crime-scene' line for prioritylist.ts bug fix in Tier 1 #5 — the property test caught the latent 'a.priority == a.priority' bug which would have otherwise kept the metadata provider chain falling through in the wrong order.