Skip to content

Commit ba9d927

Browse files
committed
Merge pull request jonreid#23 from 0xced/exclude-sdk
Exculde `Developer/SDKs` instead of `Applications/Xcode.app`
2 parents 0a94f16 + 90cdb39 commit ba9d927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getcov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gather_coverage()
3131

3232
exclude_data()
3333
{
34-
LCOV --remove ${LCOV_INFO} "Applications/Xcode.app/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
34+
LCOV --remove ${LCOV_INFO} "Developer/SDKs/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
3535
LCOV --remove ${LCOV_INFO} "main.m" -d "${OBJ_DIR}" -o ${LCOV_INFO}
3636
# Remove other patterns here...
3737
}

0 commit comments

Comments
 (0)