We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5e27 commit a2ccb26Copy full SHA for a2ccb26
.ci/publish_coverage.sh
@@ -9,7 +9,7 @@ ARTIFACT_FOLDER=$1
9
WORKSPACE=/tmp/workspace
10
11
# install lcov
12
-sudo apt-get -y -q install lcov
+sudo apt-get -y -q install lcov binutils
13
14
# clone the sources
15
@@ -49,7 +49,7 @@ done
49
50
lcov $ARGS --output-file /tmp/coverage.info
51
52
-genhtml -o /tmp/coverage_html /tmp/coverage.info | tee /tmp/coverage.log
+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
53
54
COVERAGE_PCT=`cat /tmp/coverage.log | tail -n 1 | awk '{print $2}'`
55
0 commit comments