IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9dc510c9 authored by Hans Dembinski's avatar Hans Dembinski
Browse files

prettier

parent 680dfe5a
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,11 @@ if (CMAKE_BUILD_TYPE STREQUAL Coverage)
COMMAND ${LCOV_BIN_DIR}/lcov --remove raw-coverage.info "*/usr/*" --output-file coverage2.info
COMMAND ${LCOV_BIN_DIR}/lcov --remove coverage2.info "*/ThirdParty/*" --output-file coverage.info
COMMAND ${CMAKE_COMMAND} -E remove coverage2.info
DEPENDS raw-coverage.info
)
DEPENDS raw-coverage.info)
# generate html report
add_custom_command(OUTPUT coverage-report
COMMAND ${LCOV_BIN_DIR}/genhtml coverage.info -o coverage-report
DEPENDS coverage.info
)
DEPENDS coverage.info)
add_custom_target(coverage DEPENDS coverage-report)
endif ()
......
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