pub fn parse_report(json: &str) -> Result<CoverageReport>Expand description
Parse a coverage.py JSON report (the output of coverage json).
pub fn parse_report(json: &str) -> Result<CoverageReport>Parse a coverage.py JSON report (the output of coverage json).