From bb4df55a9dc408f57657fd9fff8bc0ec9b852593 Mon Sep 17 00:00:00 2001 From: Wentao Zhang Date: Tue, 2 Jul 2024 14:12:27 -0500 Subject: [PATCH] ci: add condition limit back and search for a threshold (46) 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 2172595..2d0b09b 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=44 ++CFLAGS_MCDC_CLANG := -fcoverage-mcdc -Xclang -fmcdc-max-conditions=46 export CFLAGS_MCDC_CLANG CFLAGS_GCOV := -fprofile-arcs -ftest-coverage