Intermediate Reading & Reporting #CI/CD #DevOps #testing

Reading CI Pipeline Summaries

5 exercises — interpret build output, discuss failure rates, coverage thresholds, and pipeline trends in accurate technical English.

CI pipeline vocabulary quick reference
  • Exit code 0 = success; non-zero = failure
  • Failure rate = failed builds / total builds × 100%
  • Coverage threshold — minimum % of code that tests must execute
  • Flaky test — fails intermittently with no code changes
  • Percentage points (pp) vs percent (%) — 94% → 81% = 13 pp drop, not "13% drop"
0 / 5 completed
1 / 5
A CI pipeline summary reads:

Build #4821 — FAILED
Tests: 3 failed / 847 passed (0.35% failure rate)
Duration: 4m 12s
Stage failed: integration-tests


Which description is most accurate for a Slack incident channel update?