Skip to content

Commit

Permalink
Enable Diff Coverage for sonic-platform-daemons (sonic-net#225)
Browse files Browse the repository at this point in the history
Description
Enable 50% Diff Coverage for sonic-platform-daemons PR build

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

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

pr:
branches:
include:
Expand Down

0 comments on commit da3dbcc

Please sign in to comment.