#9DELIVERYBUILD
Quality Gates
Tests, linting, type checking, coverage
Easy
Overview
Automated quality checks that must pass before code can proceed. Includes unit tests, linting, type checking, and coverage thresholds.
Why It Matters
Pipeline fails if code is broken. No manual 'did you run tests?' conversations.
Implementation Pattern
- 1Define required checks
- 2Set coverage thresholds
- 3Configure CI to block on failures
- 4Track quality metrics over time
Tool Examples
These are examples, not endorsements. Choose what fits your context.
Dependencies
Requires (must have first)
Enhanced by (more effective with)
Enables (unlocks)
Same Phase
Other capabilities in this pipeline phase