Skip to main content

detect_lowered_thresholds

Function detect_lowered_thresholds 

Source
pub fn detect_lowered_thresholds(base: &str, head: &str) -> Vec<String>
Expand description

Detect lowered numeric thresholds: a config key whose numeric value decreased between base and head. Scans common coverage/threshold key names; a key present in both with a strictly smaller head value is a weakening.