From 7cf88594da40dc4d33cb55c2ce63eb811db6e1bb Mon Sep 17 00:00:00 2001 From: Pavel Kruglov Date: Thu, 17 Jun 2021 17:35:36 +0300 Subject: [PATCH] Turn off WITH_COVERAGE in build with clang-tidy --- tests/ci/ci_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/ci_config.json b/tests/ci/ci_config.json index 6fa1f215e0d..39722e17f25 100644 --- a/tests/ci/ci_config.json +++ b/tests/ci/ci_config.json @@ -111,7 +111,7 @@ "bundled": "bundled", "splitted": "unsplitted", "tidy": "enable", - "with_coverage": true + "with_coverage": false }, { "compiler": "clang-11",