reportStore property

ReportStore? reportStore
final

Optional persistent store for run reports. When set, runSuite automatically saves the final EvalRunReport for cross-run analysis (saturation, graduation, diff).

Implementation

final ReportStore? reportStore;