Reporter
Properties
Generates and memoizes ReportT from collected _reportUnits This should be a pure operation in that successive generations of the report yields the same result
_reportUnits is to be updated across stages of a runner for appending reporting information
Functions
Appends content to a file relative to context.outPaths.hostRoot
for exporting.
Decompresses a file relative to context.outPaths.hostRoot
.
Returns the generated ReportT
Appends ReportUnit of a Reportable to _reportUnits
readLinesFromFile reads files on reachable from context.outPaths.hostRoot
and return the file content as lines for reporting readFromFile does the same as readLinesFromFile but returns a long string
writeToFile writes content to a file reachable from context.outPaths.hostRoot
for exporting