Skip to content

Commit

Permalink
ci: add condition limit back and search for a threshold (46)
Browse files Browse the repository at this point in the history
Note this is experimental and docs are not updated synchronously
  • Loading branch information
whentojump committed Jul 2, 2024
1 parent 781ab5d commit bb4df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/2_pull_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb4df55

Please sign in to comment.