(validator: DeployValidator)
| 98 | |
| 99 | |
| 100 | def _codes(validator: DeployValidator) -> set[str]: |
| 101 | return {r.code for r in validator.results} |
| 102 | |
| 103 | |
| 104 | def _run_without_import_check(root: Path) -> DeployValidator: |
no outgoing calls
no test coverage detected