Skip to content

Commit

Permalink
updated coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Apr 18, 2024
1 parent 53b24fc commit 1cb4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/publish_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for file in `ls $ARTIFACT_FOLDER | grep ".info"`; do

done

lcov $ARGS --output-file /tmp/coverage.info --exclude "*eth_*"
lcov $ARGS --remove "*eth_*" --output-file /tmp/coverage.info

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

Expand Down

0 comments on commit 1cb4087

Please sign in to comment.