From 7aa09b925cb6bdaa6871f24d41abbf51a36bcf62 Mon Sep 17 00:00:00 2001 From: Kamil Cudnik Date: Wed, 1 Jun 2022 15:21:14 +0200 Subject: [PATCH] Set PR diff code coverage threshold to 80% (#1039) --- .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 c6b6fbaa91d1..9e17ef87702e 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -44,7 +44,7 @@ jobs: displayName: ${{ parameters.arch }} timeoutInMinutes: ${{ parameters.timeout }} variables: - DIFF_COVER_CHECK_THRESHOLD: 50 + DIFF_COVER_CHECK_THRESHOLD: 80 ${{ if eq(parameters.run_unit_test, true) }}: DIFF_COVER_ENABLE: 'true'