From 4ac9ad905082298b8034b5111524731f52413cd9 Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Thu, 5 Jan 2023 15:59:07 -0800 Subject: [PATCH] Increase diff coverage to 80% (#2599) *Increase diff cov from 50 to 80% --- .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 0bd769222d82..3ac3408649ce 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: 50 + DIFF_COVER_CHECK_THRESHOLD: 80 DIFF_COVER_ENABLE: 'true' container: