diff --git a/getcov b/getcov index dba4e9c..53b3d78 100755 --- a/getcov +++ b/getcov @@ -31,7 +31,7 @@ gather_coverage() exclude_data() { - 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} LCOV --remove ${LCOV_INFO} "main.m" -d "${OBJ_DIR}" -o ${LCOV_INFO} # Remove other patterns here... }