From 81d002b12097a32fb401a6ea6ee4a42718c99b95 Mon Sep 17 00:00:00 2001 From: ruffsl Date: Sun, 20 Jun 2021 11:41:53 -0700 Subject: [PATCH] Dump statistic Dump total statistic at the end --- 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 94f9fa5eef..42cd88e9f4 100755 --- a/tools/code_coverage_report.bash +++ b/tools/code_coverage_report.bash @@ -58,6 +58,7 @@ fastcov --lcov \ --include $INCLUDE_PACKAGES \ --process-gcno \ --validate-sources \ + --dump-statistic \ --output ${LCOVDIR}/total_coverage.info if [ $COVERAGE_REPORT_VIEW = codecovio ]; then