Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(report: &CoverageReport, thresholds: Thresholds) -> Outcome
Expand description

Whether report meets thresholds. Branch coverage required but no branches measured is a misconfigured run, and fails.