#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

  1. 1Define required checks
  2. 2Set coverage thresholds
  3. 3Configure CI to block on failures
  4. 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

Quick Actions