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.
Developer/SDKs
Applications/Xcode.app
1 parent 0a94f16 commit 90cdb39Copy full SHA for 90cdb39
getcov
@@ -31,7 +31,7 @@ gather_coverage()
31
32
exclude_data()
33
{
34
- LCOV --remove ${LCOV_INFO} "Applications/Xcode.app/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
+ LCOV --remove ${LCOV_INFO} "Developer/SDKs/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
35
LCOV --remove ${LCOV_INFO} "main.m" -d "${OBJ_DIR}" -o ${LCOV_INFO}
36
# Remove other patterns here...
37
}
0 commit comments