Skip to content

Commit

Permalink
[azp]: Set diff coverage threshhold to 80% (sonic-net#2188)
Browse files Browse the repository at this point in the history
* [azp]: Set PR diff threshhold to 80%
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Mar 30, 2022
1 parent 390cae1 commit a55343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/gcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
vmImage: 'ubuntu-20.04'

variables:
DIFF_COVER_CHECK_THRESHOLD: 0
DIFF_COVER_CHECK_THRESHOLD: 80
DIFF_COVER_ENABLE: 'true'

container:
Expand Down

0 comments on commit a55343c

Please sign in to comment.