Skip to content

Commit

Permalink
Enable code diff coverage in sonic-platform-common repo (sonic-net#236)
Browse files Browse the repository at this point in the history
Description
Enable 50% diff coverage in sonic-platform-common repo

Motivation and Context
Enhance the code quality
  • Loading branch information
sujinmkang authored Dec 1, 2021
1 parent fb7ba41 commit a2e6232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ trigger:
include:
- '*'

variables:
DIFF_COVER_CHECK_THRESHOLD: 50
DIFF_COVER_ENABLE: 'true'
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)

pool:
vmImage: 'ubuntu-20.04'

Expand Down

0 comments on commit a2e6232

Please sign in to comment.