Skip to content

Commit 7aa09b9

Browse files
authored
Set PR diff code coverage threshold to 80% (sonic-net#1039)
1 parent 66a29bc commit 7aa09b9

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
@@ -44,7 +44,7 @@ jobs:
4444
displayName: ${{ parameters.arch }}
4545
timeoutInMinutes: ${{ parameters.timeout }}
4646
variables:
47-
DIFF_COVER_CHECK_THRESHOLD: 50
47+
DIFF_COVER_CHECK_THRESHOLD: 80
4848
${{ if eq(parameters.run_unit_test, true) }}:
4949
DIFF_COVER_ENABLE: 'true'
5050

0 commit comments

Comments
 (0)