From 04793b11ab6f6f33f688823433541c142228595f Mon Sep 17 00:00:00 2001 From: Kamil Cudnik Date: Wed, 3 Nov 2021 16:53:41 +0100 Subject: [PATCH] [az] Set diff coverage threshold to 50% (#963) --- .azure-pipelines/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index da407370126b..8e2c4823e00b 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -42,7 +42,7 @@ jobs: displayName: ${{ parameters.arch }} timeoutInMinutes: ${{ parameters.timeout }} variables: - DIFF_COVER_CHECK_THRESHOLD: 0 + DIFF_COVER_CHECK_THRESHOLD: 50 ${{ if eq(parameters.run_unit_test, true) }}: DIFF_COVER_ENABLE: 'true'