Skip to content

Commit 04793b1

Browse files
authored
[az] Set diff coverage threshold to 50% (sonic-net#963)
1 parent 6092d50 commit 04793b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/build-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
displayName: ${{ parameters.arch }}
4343
timeoutInMinutes: ${{ parameters.timeout }}
4444
variables:
45-
DIFF_COVER_CHECK_THRESHOLD: 0
45+
DIFF_COVER_CHECK_THRESHOLD: 50
4646
${{ if eq(parameters.run_unit_test, true) }}:
4747
DIFF_COVER_ENABLE: 'true'
4848

0 commit comments

Comments
 (0)