From 20f28949904ef965c8b5b011f3e387037adc93ce Mon Sep 17 00:00:00 2001 From: ruffsl Date: Sun, 20 Jun 2021 11:42:37 -0700 Subject: [PATCH] Branch coverage Include only the most useful branches in the coverage report. --- tools/code_coverage_report.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/code_coverage_report.bash b/tools/code_coverage_report.bash index 42cd88e9f4..9853127b04 100755 --- a/tools/code_coverage_report.bash +++ b/tools/code_coverage_report.bash @@ -56,6 +56,7 @@ fastcov --lcov \ -d build \ --exclude test/ \ --include $INCLUDE_PACKAGES \ + --branch-coverage \ --process-gcno \ --validate-sources \ --dump-statistic \