Code Coverage Threshold - Definição do Glossário de CI/CD
Um code coverage threshold é um mínimo configurado (global ou por arquivo) que faz a CI falhar quando a cobertura medida cai abaixo dele, atuando como uma proteção contra código sem testes que se acumula ao longo do tempo.
Guias relacionados
Branch Coverage - CI/CD Glossary DefinitionBranch coverage measures whether tests exercise both outcomes of each decision point, catching untested else-…
Mutation Score - CI/CD Glossary DefinitionMutation score measures test quality by injecting small code changes and checking how many your tests catch -…
Regression Suite - CI/CD Glossary DefinitionA regression suite is the body of tests that guard against previously fixed bugs reappearing, run on every ch…