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 77fa0cf commit 80e3d7cCopy full SHA for 80e3d7c
.pipelines/templates/run-unit-tests.yaml
@@ -37,6 +37,17 @@ stages:
37
condition: always()
38
inputs:
39
summaryFileLocation: total_ut_coverage.xml
40
+ - task: BuildQualityChecks@8
41
+ displayName: "Check Code Coverage Regression"
42
+ condition: always()
43
+ inputs:
44
+ checkCoverage: true
45
+ coverageFailOption: "build"
46
+ coverageType: "lines"
47
+ fallbackOnPRTargetBranch: false
48
+ baseBranchRef: "master"
49
+ allowCoverageVariance: true
50
+ coverageVariance: 0.25
51
52
- stage: test_windows
53
displayName: Test ACN Windows
0 commit comments