Schema for azurepipelines-coverage.yml to configure newly released code coverage metrics feature for PR's

前端 未结 2 1298
生来不讨喜
生来不讨喜 2021-02-07 08:34

The feature is described here

You can now see code coverage metrics for changes within the pull request (PR) view. This ensures that you have adequately t

相关标签:
2条回答
  • 2021-02-07 09:13
    coverage:
      status:
        diff:
          target: 40%
    
    0 讨论(0)
  • 2021-02-07 09:17

    Full schema is available here. To disable it simply add status: off to azurepipelines-coverage.yml file.

    0 讨论(0)
提交回复
热议问题