From 243e79ac80241e42986d270d02be305f19d5a18b Mon Sep 17 00:00:00 2001 From: Wentao Zhang Date: Tue, 2 Jul 2024 01:05:31 -0500 Subject: [PATCH] ci: add condition limit back and search for a threshold (32) Note this is experimental and docs are not updated synchronously --- ci/2_pull_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/2_pull_source.sh b/ci/2_pull_source.sh index ba09924..1a196c7 100755 --- a/ci/2_pull_source.sh +++ b/ci/2_pull_source.sh @@ -30,7 +30,7 @@ index 1c4e329fa..bfcb36562 100644 export CFLAGS_SCC_CLANG -CFLAGS_MCDC_CLANG := -fcoverage-mcdc -+CFLAGS_MCDC_CLANG := -fcoverage-mcdc -Xclang -fmcdc-max-conditions=48 ++CFLAGS_MCDC_CLANG := -fcoverage-mcdc -Xclang -fmcdc-max-conditions=32 export CFLAGS_MCDC_CLANG CFLAGS_GCOV := -fprofile-arcs -ftest-coverage