Skip to main content

parse_ndjson

Function parse_ndjson 

Source
pub fn parse_ndjson(stdout: &str) -> ParsedRun
Expand 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).