| 12 | * A reporter reports measure values and the valid sample. |
| 13 | */ |
| 14 | export abstract class Reporter { |
| 15 | reportMeasureValues(values: MeasureValues): Promise<any> { |
| 16 | throw new Error('NYI'); |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected