From a55343cbfa6a823f4fc49ad7b0daf93d333a135d Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Tue, 29 Mar 2022 19:14:32 -0700 Subject: [PATCH] [azp]: Set diff coverage threshhold to 80% (#2188) * [azp]: Set PR diff threshhold to 80% 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 37e4371e4a69..83b13bb87374 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: 0 + DIFF_COVER_CHECK_THRESHOLD: 80 DIFF_COVER_ENABLE: 'true' container: