We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6092d50 commit 04793b1Copy full SHA for 04793b1
.azure-pipelines/build-template.yml
@@ -42,7 +42,7 @@ jobs:
42
displayName: ${{ parameters.arch }}
43
timeoutInMinutes: ${{ parameters.timeout }}
44
variables:
45
- DIFF_COVER_CHECK_THRESHOLD: 0
+ DIFF_COVER_CHECK_THRESHOLD: 50
46
${{ if eq(parameters.run_unit_test, true) }}:
47
DIFF_COVER_ENABLE: 'true'
48
0 commit comments