pub fn parse_ndjson(stdout: &str) -> ParsedRunExpand description
Parse the runner’s NDJSON stdout into a ParsedRun. Unparseable or
unrecognised lines are skipped (the stream is an internal protocol; a
stray line should never abort the whole report).