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.
1 parent 34a1615 commit 42ec5aaCopy full SHA for 42ec5aa
getcov
@@ -117,8 +117,8 @@ exclude_data() {
117
#Remove anything the .xcodecoverageignore file has specified should be ignored.
118
(cat "${SRCROOT}/.xcodecoverageignore"; echo) | while read IGNORE_THIS; do
119
#use eval to expand any of the variables and then pass them to the shell - this allows
120
- #use of wildcards in the variables.
121
- eval LCOV --remove "${LCOV_INFO}" "${IGNORE_THIS}" -d "${OBJ_DIR}" -o "${LCOV_INFO}"
+ #use of wildcards in the variables.
+ eval LCOV --remove "${LCOV_INFO}" "${IGNORE_THIS}" -d "${OBJ_DIR}" -o "${LCOV_INFO}"
122
done
123
}
124
0 commit comments