pub fn evaluate(report: &CoverageReport, thresholds: Thresholds) -> OutcomeExpand description
Whether report meets thresholds. Branch coverage required but no branches
measured is a misconfigured run, and fails.
pub fn evaluate(report: &CoverageReport, thresholds: Thresholds) -> OutcomeWhether report meets thresholds. Branch coverage required but no branches
measured is a misconfigured run, and fails.