File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
source envcov.sh
9
9
10
- " ${LCOV_PATH} /lcov" -d " ${OBJ_DIR} " --zerocounters
10
+ " ${LCOV_PATH} /lcov" --zerocounters - d " ${OBJ_DIR} "
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ enter_lcov_dir()
25
25
26
26
gather_coverage ()
27
27
{
28
- " ${LCOV_PATH} /lcov" -b " ${SRCROOT} " -d " ${OBJ_DIR} " --capture -o ${LCOV_INFO}
28
+ " ${LCOV_PATH} /lcov" --capture - b " ${SRCROOT} " -d " ${OBJ_DIR} " -o ${LCOV_INFO}
29
29
}
30
30
31
31
exclude_data ()
32
32
{
33
- " ${LCOV_PATH} /lcov" -d " ${OBJ_DIR} " -- remove ${LCOV_INFO} " /Applications/Xcode.app/*" -o ${LCOV_INFO}
34
- " ${LCOV_PATH} /lcov" -d " ${OBJ_DIR} " -- remove ${LCOV_INFO} " main.m" -o ${LCOV_INFO}
33
+ " ${LCOV_PATH} /lcov" -- remove ${LCOV_INFO} " /Applications/Xcode.app/*" -d " ${OBJ_DIR} " -o ${LCOV_INFO}
34
+ " ${LCOV_PATH} /lcov" -- remove ${LCOV_INFO} " main.m" -d " ${OBJ_DIR} " -o ${LCOV_INFO}
35
35
# Remove other patterns here...
36
36
}
37
37
You can’t perform that action at this time.
0 commit comments