Skip to content

Commit 3813396

Browse files
committed
Update CMakeLists.txt
1 parent 3c6f0bf commit 3813396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ if (ENABLE_COVERAGE)
287287
COMMAND GameAnalyticsUnitTests
288288

289289
# Capturing lcov counters and generating report
290-
COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage
290+
COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --exclude '/Applications/Xcode-*/' --rc geninfo_unexecuted_blocks=1
291291

292292
COMMAND ${LCOV_PATH} --remove ${covname}.info
293293
'${CMAKE_SOURCE_DIR}/source/dependencies/*'

0 commit comments

Comments
 (0)