Skip to content

Commit 1ac0e0e

Browse files
authored
Change diff cover check threshold from 50 to 80 (#108)
Why I did it Requirement is to have code diff coverage be at 80% How I did it Change code diff coverage threshold to 80% in azure-pipelines yml file How to verify it Check azure-pipelines yml file
1 parent 6f41029 commit 1ac0e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stages:
3131
vmImage: ubuntu-20.04
3232

3333
variables:
34-
DIFF_COVER_CHECK_THRESHOLD: 50
34+
DIFF_COVER_CHECK_THRESHOLD: 80
3535
DIFF_COVER_ENABLE: 'true'
3636
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)/sonic-telemetry
3737

0 commit comments

Comments
 (0)