IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2b46efc8 authored by Remy Prechelt's avatar Remy Prechelt Committed by Ralf Ulrich
Browse files

Demangle C++ function names in coverage.

parent 855a42c1
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ if (CMAKE_BUILD_TYPE STREQUAL Coverage)
# generate html report
add_custom_command (
OUTPUT coverage-report
COMMAND ${LCOV_BIN_DIR}/genhtml coverage.info -o coverage-report
COMMAND ${LCOV_BIN_DIR}/genhtml --demangle-cpp coverage.info -o coverage-report
DEPENDS coverage.info
)
add_custom_target (coverage DEPENDS coverage-report)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment