From 91ae017ad83cdbc725a4bc8bb2b1028857db75ab Mon Sep 17 00:00:00 2001 From: xumia Date: Tue, 14 Nov 2023 11:34:30 +0000 Subject: [PATCH] Update the code coverage rate to 80% --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f1d2cca79..222e2c323 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: - '*' variables: - DIFF_COVER_CHECK_THRESHOLD: 50 + DIFF_COVER_CHECK_THRESHOLD: 80 DIFF_COVER_ENABLE: 'true' DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)