Skip to content

Commit

Permalink
Enable diff coverage and set the threshold to 50% (sonic-net#2061)
Browse files Browse the repository at this point in the history
Enable diff coverage and set the threshold to 50%
  • Loading branch information
wen587 committed Feb 17, 2022
1 parent 9789bfb commit c65de65
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 @@ -20,7 +20,7 @@ stages:
- job:
displayName: "Python3"
variables:
DIFF_COVER_CHECK_THRESHOLD: 0
DIFF_COVER_CHECK_THRESHOLD: 50
DIFF_COVER_ENABLE: 'true'
pool:
vmImage: ubuntu-20.04
Expand Down

0 comments on commit c65de65

Please sign in to comment.