| 26 | } |
| 27 | |
| 28 | interface EvaluationReport { |
| 29 | config: Record<string, unknown>; |
| 30 | evaluations: EvaluationResult[]; |
| 31 | passed: boolean; |
| 32 | timestamp: Date; |
| 33 | } |
| 34 | |
| 35 | interface TestResult { |
| 36 | config: string; |
nothing calls this directly
no outgoing calls
no test coverage detected