Quality gate ialah semakan automatik dalam pipeline yang code mesti lulus untuk meneruskan — termasuk testing, linting, static analysis, ambang liputan, dan pengimbasan keselamatan. Ia menguatkuasakan piawaian kualiti secara automatik, menghalang code yang tidak memenuhi piawaian daripada bergerak menuju production.
Apa itu quality gate
A QUALITY GATE is an automated CHECK that code must PASS to advance in the pipeline:
→ if the check fails, the pipeline STOPS (code doesn't merge/deploy)
→ enforces standards AUTOMATICALLY and consistently (not relying on humans to remember)
→ "Code must meet these standards to proceed" — automated, objective gates.
