IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2a33b1b2 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'rprechelt-demangle-cpp' into 'master'

Demangle C++ function names in coverage reports

See merge request AirShowerPhysics/corsika!213
parents 855a42c1 2b46efc8
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