mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-15 03:12:36 +03:00
The ALWAYS_PROTECTED two-arm read itself landed in #12605; what was still missing is a regression guard. This runs the real gate and asserts it exits 0 with no "NOT covered" line, so the LOCAL_ONLY-arm defect (#12350) cannot silently reappear on the ALWAYS_PROTECTED arm. Also fails the parse guard when ALWAYS_PROTECTED_API_PATTERNS comes back empty, instead of reporting every regex-covered route as an annotation mismatch.