Skip to content

Conversation

mschickler
Copy link
Contributor

This is an awesome package! Thank you for making this available. Hope this small change (or equivalent) can make it into master.

This modification allows you to add flags to the genhtml step so that you can do things like output the lcov report with demangled C++ function names, e.g.:

catkin_make -DGENHTML_EXTRA_FLAGS="--demangle-cpp" -DENABLE_COVERAGE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug test1_coverage_report

This modification allows you to add flags to the genhtml step so that you can do things like output the lcov report with demangled C++ function names, e.g.:

catkin_make -DGENHTML_EXTRA_FLAGS="--demangle-cpp" -DENABLE_COVERAGE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug test1_coverage_report
@mikeferguson
Copy link
Owner

Looks good - could you also add your example to the README.md so that other folks know how to use this.

@mikeferguson
Copy link
Owner

Actually, nvm - looks like we aren't even describing the other variables right now -- I'll do a pass over the documentation this weekend.

@mikeferguson mikeferguson merged commit 791123f into mikeferguson:master Apr 23, 2020
knorth55 added a commit to knorth55/code_coverage that referenced this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants