(path: string)
| 145 | } |
| 146 | |
| 147 | function isTest(path: string): boolean { |
| 148 | return TEST_PATTERNS.some((re) => re.test(path)); |
| 149 | } |
| 150 | |
| 151 | function isAllowedBeforeApproval(path: string): boolean { |
| 152 | return ( |
no outgoing calls
no test coverage detected