Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
[ci]: Support code diff coverage threshold 50% (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Feb 12, 2022
1 parent 64e516c commit bf1be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
vmImage: ubuntu-20.04

variables:
DIFF_COVER_CHECK_THRESHOLD: 0
DIFF_COVER_CHECK_THRESHOLD: 50
DIFF_COVER_ENABLE: 'true'
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)/sonic-telemetry

Expand Down

0 comments on commit bf1be4f

Please sign in to comment.