From 0da5ede58934b3a30944e32835698e84626f4c0a Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Wed, 10 Oct 2018 20:48:44 -0700 Subject: [PATCH] cmake: Use gcovr instead lcov for coverage report generation. (#2617) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 435407fea..62a7a7ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -280,7 +280,7 @@ if(ENABLE_COVERAGE) # into a timeout. As a consequence, the coverage report is not generated. To # prevent this we always return with exit code 0 after the ctest command has # finished. - setup_target_for_coverage_lcov( + setup_target_for_coverage_gcovr_html( NAME coverage EXECUTABLE ctest -j${CTEST_NTHREADS} -LE "example" -- 2.30.2