Skip to content

Commit a2ccb26

Browse files
committed
updated genhtml
1 parent 6be5e27 commit a2ccb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/publish_coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARTIFACT_FOLDER=$1
99
WORKSPACE=/tmp/workspace
1010

1111
# install lcov
12-
sudo apt-get -y -q install lcov
12+
sudo apt-get -y -q install lcov binutils
1313

1414
# clone the sources
1515

@@ -49,7 +49,7 @@ done
4949

5050
lcov $ARGS --output-file /tmp/coverage.info
5151

52-
genhtml -o /tmp/coverage_html /tmp/coverage.info | tee /tmp/coverage.log
52+
genhtml --title "MRS UAV System - Test coverage report" --demangle-cpp --legend --frames --show-details -o /tmp/coverage_html /tmp/coverage.info | tee /tmp/coverage.log
5353

5454
COVERAGE_PCT=`cat /tmp/coverage.log | tail -n 1 | awk '{print $2}'`
5555

0 commit comments

Comments
 (0)