Skip to content

Commit

Permalink
updated genhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 30, 2023
1 parent 6be5e27 commit a2ccb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/publish_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARTIFACT_FOLDER=$1
WORKSPACE=/tmp/workspace

# install lcov
sudo apt-get -y -q install lcov
sudo apt-get -y -q install lcov binutils

# clone the sources

Expand Down Expand Up @@ -49,7 +49,7 @@ done

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

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

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

Expand Down

0 comments on commit a2ccb26

Please sign in to comment.