Code Coverage
Enforce minimum thresholds (e.g., 80% line coverage). If a PR drops coverage, the gate fails automatically.
Release gates enforce your quality standards before a line of code reaches production. If the gate doesn't pass, the pipeline stops. Zero guesswork.
No more "it was fine in staging".
Gate Types
From code coverage to runtime performance, set thresholds that matter to your business.
Enforce minimum thresholds (e.g., 80% line coverage). If a PR drops coverage, the gate fails automatically.
Monitor 5xx errors in production. If the rate exceeds your SLO (e.g., 0.1%) within a 5-minute window, the gate blocks new deploys.
Block deploys that violate Core Web Vitals. If LCP exceeds 1.2s or CLS exceeds 0.1, the gate fails regardless of test results.
Integrate with Snyk, Dependabot, or GitLab Security. Block deploys until critical or high-severity vulnerabilities are addressed.
Run any bash, python, or node script as a gate. Validate database migrations, check disk space, or ping a health endpoint.
Composition Logic
Combine multiple gates using logical operators. Use timeouts to prevent gate checks from hanging indefinitely.
Integrations
Gate checks query Datadog, Sentry, and Snyk directly. No API key management headaches.
Query APM traces and metrics. Set gates based on latency percentiles or error rates.
Block if unhandled exception rates spike above a threshold during the pre-deploy smoke test.
Enforce that no new vulnerabilities are introduced in the PR scope before merging.
POST results to your own internal API. Perfect for enterprise security reviews or compliance gatekeepers.
Real World Impact
The "CartCheckout" service was deployed via Launchpad. A subtle change in the cache layer caused a memory leak that grew 10x over 20 minutes. The automated gate caught it before the user-facing impact.
Service: CartCheckout (v2.4.1)
Trigger: Post-deploy smoke test
Gate: Performance Budget (Datadog)
Threshold: p95 Latency < 200ms
Engineering was notified via Slack immediately. The memory leak was identified and fixed in 45 minutes. No customers were affected.
Compliance
Every gate decision is logged. Export gate history as JSON or PDF for audits, SOC 2 reports, or internal reviews.
Stop guessing. Ship code.
Set up coverage, performance, and security gates without writing a single line of integration code.
Free tier includes unlimited basic gates. No credit card required.