EvalRunReportReporting extension
Convenience methods on EvalRunReport that render Markdown / diff output.
Implemented as extensions so the core EvalRunReport class doesn't have
to import the reporting layer.
Methods
-
toMarkdownSummary(
{Map< String, String> ? taskBucketMap, List<int> ksToReport = const [1, 3]}) → String -
Available on EvalRunReport, provided by the EvalRunReportReporting extension
Render this run as a Markdown summary (PR comments, console output).