(projectRoot: string, runId: string)
| 72 | } |
| 73 | |
| 74 | function runMetaPath(projectRoot: string, runId: string) { |
| 75 | return path.join(projectRoot, 'outputs', '_ui_runs', `run_${runId}.meta.json`) |
| 76 | } |
| 77 | |
| 78 | function writeRunMeta(projectRoot: string, run: RunInfo) { |
| 79 | try { |
no outgoing calls
no test coverage detected