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