Skip to content

Commit 4c0901b

Browse files
committed
Update CMakeLists.txt
1 parent e925797 commit 4c0901b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,11 @@ if (ENABLE_COVERAGE)
296296

297297
COMMAND ${LCOV_PATH} --remove ${covname}.info
298298
'${CMAKE_SOURCE_DIR}/source/dependencies/*'
299+
'${CMAKE_SOURCE_DIR}/test/*'
299300
'/usr/*'
300301
'/Applications/Xcode.app/*'
301302
--output-file ${covname}.info.cleaned
303+
--ignore-errors unused
302304

303305
COMMAND echo "Finished processing code coverage counters and generating report."
304306
)

0 commit comments

Comments
 (0)