Skip to main content

evaluate

Function evaluate 

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

Whether report meets thresholds. coverage.py always measures branches, so a zero-branch report means a branchless source, not a misconfigured run — vacuously full branch coverage, already folded into percent_covered.