Exam Preparation Quiz

Question 35 of 75

Configure Code Coverage Requirements for Pull Requests

You work for MDFT Pro as a DevOps engineer. You use an Azure Pipelines pipeline to build and test an app named StudentPortal. The StudentPortal developers use feature branches in a Git repository to store their source code.

You need to ensure that a pull request will merge into the main branch only when testing covers more than 90 percent of the code. What should you do?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about branch policies in Azure DevOps:
Branch Policies in Azure DevOps
Next Question