We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e0f11 commit cdf1c9dCopy full SHA for cdf1c9d
azurepipelines-coverage.yml
@@ -1,6 +1,5 @@
1
-# Learn more about Microsoft's code coverage adoption and get support at https://www.aka.ms/codecoveragetsg
2
coverage:
3
status: # Code coverage status will be posted to pull requests based on targets defined below.
4
- comments: on # When on, details about coverage for each file changed will be posted as a pull request comment.
+ comments: on # When on, details about coverage for each file changed will be posted as a pull request comment.
5
diff: # Diff coverage is code coverage only for the lines changed in a pull request.
6
- target: 50% # The threshold for differential code coverage requirements.
+ target: 50% # The threshold for differential code coverage requirements.
0 commit comments