---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Set Automated Test Framework (ATF) code coverage

# Set Automated Test Framework (ATF) code coverage {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Define what percentage of code coverage results in Automated Test Framework (ATF) test failure tasks that require remediation.

## Antes de Iniciar

Role required: sn_releaseops.releaseops_tester or sn_releaseops.releaseops_developer

## Por Que e Quando Desempenhar Esta Tarefa

The Automated Test Framework (ATF) code coverage threshold is the percentage of code that is covered by ATF test suites. By default, if ATF test suites cover less than 70 percent of the code in a deployment
request, ReleaseOps transitions the deployment request to the Reconciling state and a test failure task is automatically created. You can adjust the ATF code coverage threshold in your
deployment request assessment playbook.

To learn more about ATF code coverage, see [Deployment analyzer in ReleaseOps](https://servicenow-prod.fluidtopics.net/3CwzGTwmbt0UhRgjciteMQ "The deployment analyzer reviews the update set in your release against rules to verify compliance with customizable rules.").

## Procedimento

1. Navigate to AllProcess AutomationWorkflow Studio.
2. Select the deployment request assessment playbook.  
   Importante:  
   Remember to select the playbook that you use for the deployment request assessment stage of your pipeline, not the sample ReleaseOps deployment request assessment playbook. Preserving the ReleaseOps sample playbooks enables you to refer back to them as new features are added during instance upgrades.
3. Select the playbook activity Check test results.  
4. In the side panel, select the Branches tab.  
5. Select the low code coverage branch.  
6. Select Modify condition.
7. Adjust the percentage of code coverage that triggers a test failure task by entering the percentage (as an integer) in the Number field.  
   For example, if you want a test failure to be triggered when the code covered by ATF tests is less than 50 percent, enter <kbd class="ph userinput">50</kbd> in the Number field.
8. Select Modify to apply your changes to the branch.
9. Select Save and close.

