Skip to content

Commit a2e6232

Browse files
authored
Enable code diff coverage in sonic-platform-common repo (#236)
Description Enable 50% diff coverage in sonic-platform-common repo Motivation and Context Enhance the code quality
1 parent fb7ba41 commit a2e6232

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ trigger:
88
include:
99
- '*'
1010

11+
variables:
12+
DIFF_COVER_CHECK_THRESHOLD: 50
13+
DIFF_COVER_ENABLE: 'true'
14+
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)
15+
1116
pool:
1217
vmImage: 'ubuntu-20.04'
1318

0 commit comments

Comments
 (0)