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 c048fc8 commit 299ecf9Copy full SHA for 299ecf9
CMakeLists.txt
@@ -290,7 +290,7 @@ if (ENABLE_COVERAGE)
290
291
COMMAND echo "Processing code coverage counters and generating report."
292
293
- COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --exclude '/Applications/Xcode*/' --rc geninfo_unexecuted_blocks=1
+ COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --exclude '/Applications/Xcode*/' --rc geninfo_unexecuted_blocks=1 --rc no_exception_branch=1
294
295
COMMAND echo "Removing unwanted files from coverage report."
296
0 commit comments