From a32b61175efa0206320ecd4b000ec130ea004ab4 Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Wed, 13 Apr 2022 13:27:16 -0700 Subject: [PATCH] [azp]: Reduce diff coverage to 50% threshhold (#2227) *Reduce PR diff coverage threshold to 50% Signed-off-by: Lawrence Lee --- .azure-pipelines/gcov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/gcov.yml b/.azure-pipelines/gcov.yml index 83b13bb873..1bee32a03e 100644 --- a/.azure-pipelines/gcov.yml +++ b/.azure-pipelines/gcov.yml @@ -47,7 +47,7 @@ jobs: vmImage: 'ubuntu-20.04' variables: - DIFF_COVER_CHECK_THRESHOLD: 80 + DIFF_COVER_CHECK_THRESHOLD: 50 DIFF_COVER_ENABLE: 'true' container: