We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda68ce commit 0123e29Copy full SHA for 0123e29
code-coverage.cmake
@@ -457,11 +457,13 @@ function(target_code_coverage TARGET_NAME)
457
add_custom_target(
458
ccov-clean-${target_code_coverage_COVERAGE_TARGET_NAME}
459
COMMAND ${CMAKE_COMMAND} -E remove -f ${COVERAGE_INFO}
460
+ ${target_code_coverage_COVERAGE_TARGET_NAME}.ccov-run
461
COMMAND ${LCOV_PATH} --directory ${CMAKE_BINARY_DIR} --zerocounters)
462
else()
463
464
465
COMMAND ${CMAKE_COMMAND} -E rm -f ${COVERAGE_INFO}
466
467
468
endif()
469
add_dependencies(ccov-clean
0 commit comments