sqlmanagementobjects/azurepipelines-coverage.yml

6 строки
408 B
YAML

coverage:
status: #Code coverage status will be posted to pull requests based on targets defined below.
comments: on #Off by default. When on, details about coverage for each file changed will be posted as a pull request comment.
diff: #diff coverage is code coverage only for the lines changed in a pull request.
target: 80% #set this to a desired %. Default is 70%