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 70a5a38 commit 8c2d7ffCopy full SHA for 8c2d7ff
envcov.sh
@@ -10,6 +10,7 @@ ENV_DIR="${DIR}"
10
if [[ $DIR == *Pods/XcodeCoverage* ]]
11
then
12
echo "Using Cocoapods!"
13
+ cd ${DIR}
14
cd ..
15
16
@@ -37,4 +38,4 @@ OBJ_DIR=${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}
37
38
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
39
LCOV() {
40
${LCOV_PATH}/lcov "$@" --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
-}
41
+}
0 commit comments