We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd1b66 commit 226b4feCopy full SHA for 226b4fe
code-coverage.cmake
@@ -634,15 +634,15 @@ function(add_code_coverage_all_targets)
634
COMMAND ${LCOV_PATH} --directory ${CMAKE_BINARY_DIR} --capture
635
--output-file ${COVERAGE_INFO}
636
COMMAND ${EXCLUDE_COMMAND}
637
- DEPENDS ccov-all-processing)
+ DEPENDS ccov-preprocessing ccov-all-processing)
638
else()
639
add_custom_target(
640
ccov-all-capture
641
COMMAND ${CMAKE_COMMAND} -E rm -f ${COVERAGE_INFO}
642
643
644
645
646
endif()
647
648
# Generates HTML output of all targets for perusal
0 commit comments