We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6f0bf commit 3813396Copy full SHA for 3813396
CMakeLists.txt
@@ -287,7 +287,7 @@ if (ENABLE_COVERAGE)
287
COMMAND GameAnalyticsUnitTests
288
289
# Capturing lcov counters and generating report
290
- COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage
+ COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --exclude '/Applications/Xcode-*/' --rc geninfo_unexecuted_blocks=1
291
292
COMMAND ${LCOV_PATH} --remove ${covname}.info
293
'${CMAKE_SOURCE_DIR}/source/dependencies/*'
0 commit comments