Skip to content

Commit eeff530

Browse files
committed
Add --derive-func-data flag when collecting coverage. Thanks to jstevenco
1 parent 98300ae commit eeff530

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
@@ -26,7 +26,7 @@ enter_lcov_dir()
2626

2727
gather_coverage()
2828
{
29-
LCOV --capture -b "${SRCROOT}" -d "${OBJ_DIR}" -o ${LCOV_INFO}
29+
LCOV --capture --derive-func-data -b "${SRCROOT}" -d "${OBJ_DIR}" -o ${LCOV_INFO}
3030
}
3131

3232
exclude_data()

0 commit comments

Comments
 (0)