ALL-CI0002 · feedback_target_coverage
Measure required CI checks meeting the configured feedback target.
This is a deterministic rule for all languages. Read its implementation.
Definition
Section titled “Definition”For each required check, compare its configured duration percentile with the feedback target. Return the percentage of required checks that meet the target.
Evidence
Section titled “Evidence”Findings retain workflow, check, duration distribution, queue time, and target. The value is the percentage of required change-blocking checks meeting the feedback target.
Exceptions
Section titled “Exceptions”Explicit asynchronous qualification suites may run outside the change-blocking feedback path.
target_seconds is the feedback target a required check has to meet and percentile chooses
which point of its duration distribution is compared, so a project judging its slowest runs
raises the percentile rather than the target.
Examples
Section titled “Examples”Nine of ten required checks meeting a ten-minute target produce 90. A nightly soak test does
not enter the denominator unless it blocks ordinary changes.
References
Section titled “References”- Cites “Software Engineering at Google”, Continuous Integration
- Cites “Accelerate”, fast feedback and continuous delivery
- Cites “DORA research”, continuous delivery