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 862d56a commit 122a417Copy full SHA for 122a417
CMakeLists.txt
@@ -82,15 +82,3 @@ endif()
82
if(BEMAN_EXEMPLAR_BUILD_EXAMPLES)
83
add_subdirectory(examples)
84
endif()
85
-
86
-# Coverage
87
-configure_file(cmake/gcovr.cfg.in gcovr.cfg @ONLY)
88
89
-add_custom_target(
90
- process_coverage
91
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
92
- DEPENDS test
93
- COMMENT "Running gcovr to process coverage results"
94
- COMMAND mkdir -p coverage
95
- COMMAND gcovr --config gcovr.cfg .
96
-)
cmake/gcovr.cfg.in
0 commit comments