From c65de65534faa92b155344e617bec90c83035cce Mon Sep 17 00:00:00 2001 From: jingwenxie Date: Thu, 17 Feb 2022 03:16:03 -0800 Subject: [PATCH] Enable diff coverage and set the threshold to 50% (#2061) Enable diff coverage and set the threshold to 50% --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12e1ce89603b..18d088b6efdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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