From 7bdddc35040d837bb3620b256eeeac27c2a527e8 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 19 Mar 2019 13:06:39 +0800 Subject: [PATCH] udpated lcov excludes --- tests/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a657a2c..1ff9b96 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -40,9 +40,10 @@ include(CodeCoverage) #APPEND_COVERAGE_COMPILER_FLAGS() set(COVERAGE_LCOV_EXCLUDES - '../ext/*' '*boost/*' '*c++/*' + '*/ext/*' '*boost/*' '*c++/*' '*/monero/*' '*googletest/*' '*googlemock/*' - '*restbed/*' '*/mysql++/*' '*tests/*') + '*restbed/*' '*/mysql++/*' '*tests/*' + '*src/xmregcore/*') SETUP_TARGET_FOR_COVERAGE_LCOV( NAME coverage