You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
605 B

# Azure DevOps code coverage settings:
#
# https://learn.microsoft.com/en-us/azure/devops/pipelines/test/codecoverage-for-pullrequests?view=azure-devops#configuring-coverage-settings
#
coverage:
# Code coverage status will be posted to pull requests based on targets
# defined below.
status:
# Off by default. When on, details about coverage for each file changed will
# be posted as a pull request comment.
comments: on
# Diff coverage is code coverage only for the lines changed in a pull
# request.
diff:
# Set this to a desired %. Default is 70%.
target: 70%