Code Coverage Gate - CI/CD Glossary Definition
A code coverage gate is a CI rule that fails the build when coverage drops below a threshold or falls compared to the base branch, preventing untested code from merging.
In CI
Tools like the coverage step in a pipeline compare a pull request to the target branch and post a status check that blocks merge below the configured minimum.