Skip to content

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.

For each required check, compare its configured duration percentile with the feedback target. Return the percentage of required checks that meet the target.

Findings retain workflow, check, duration distribution, queue time, and target. The value is the percentage of required change-blocking checks meeting the feedback target.

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.

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.

  • Cites “Software Engineering at Google”, Continuous Integration
  • Cites “Accelerate”, fast feedback and continuous delivery
  • Cites “DORA research”, continuous delivery