Post code coverage diff comments for AzDO PRs

This commit is contained in:
Andrew Arnott 2024-08-15 07:48:51 -06:00 коммит произвёл Andrew Arnott
Родитель 742e882e79
Коммит 272e1efcf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F33A420C60ED9C6F
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,6 @@
# https://learn.microsoft.com/azure/devops/pipelines/test/codecoverage-for-pullrequests?view=azure-devops
coverage:
status:
comments: on # add comment to PRs reporting diff in coverage of modified files
diff: # diff coverage is code coverage only for the lines changed in a pull request.
target: 70% # set this to a desired %. Default is 70%