(example: str, config_name: str)
| 293 | |
| 294 | |
| 295 | def run_compile(example: str, config_name: str) -> bool: |
| 296 | return _run_with_log(_run_compile_cmd(example), f"{config_name}-compile.log") |
| 297 | |
| 298 | |
| 299 | def run_bloat(config_name: str) -> bool: |
no test coverage detected