Skip to content

Commit 0c3296d

Browse files
committed
Update CMakeLists.txt
1 parent 299ecf9 commit 0c3296d

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
@@ -290,7 +290,7 @@ if (ENABLE_COVERAGE)
290290

291291
COMMAND echo "Processing code coverage counters and generating report."
292292

293-
COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --exclude '/Applications/Xcode*/' --rc geninfo_unexecuted_blocks=1 --rc no_exception_branch=1
293+
COMMAND ${LCOV_PATH} --directory . --capture --output-file ${covname}.info --branch-coverage --rc geninfo_unexecuted_blocks=1 --rc no_exception_branch=1
294294

295295
COMMAND echo "Removing unwanted files from coverage report."
296296

0 commit comments

Comments
 (0)