Skip to content

Commit

Permalink
updated coverage publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Apr 18, 2024
1 parent 1994c27 commit 0759e32
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 @@ -52,7 +52,7 @@ done
lcov $ARGS --output-file /tmp/coverage_temp.info

# filter out unwanted files
lcov --remove /tmp/coverage_temp.info "*eth_*" --output-file /tmp/coverage.info || echo "$0: coverage tracefile is empty"
lcov --remove /tmp/coverage_temp.info "*/eth_*" --output-file /tmp/coverage.info || echo "$0: coverage tracefile is empty"

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 0759e32

Please sign in to comment.