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.
2 parents 0a94f16 + 90cdb39 commit ba9d927Copy full SHA for ba9d927
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