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 @@ -10,15 +10,15 @@ ENV_DIR="${DIR}"
10
10
if [[ $DIR == * Pods/XcodeCoverage* ]]
11
11
then
12
12
echo " Using Cocoapods!"
13
- cd ${DIR}
13
+ cd " ${DIR} "
14
14
cd ..
15
15
cd ..
16
16
17
17
# The env.sh file will be in the project root.
18
18
ENV_DIR=" $( pwd) "
19
19
fi
20
20
21
- source ${ENV_DIR} /env.sh
21
+ source " ${ENV_DIR} /env.sh"
22
22
23
23
# Change the report name if you like:
24
24
LCOV_INFO=Coverage.info
33
33
fi
34
34
35
35
LCOV_PATH=" ${XCODECOVERAGE_PATH} /lcov-1.11/bin"
36
- OBJ_DIR=${OBJECT_FILE_DIR_normal} /${CURRENT_ARCH}
36
+ OBJ_DIR=" ${OBJECT_FILE_DIR_normal} /${CURRENT_ARCH} "
37
37
38
38
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
39
39
LCOV () {
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
9
- source ${DIR} /envcov.sh
9
+ source " ${DIR} /envcov.sh"
10
10
11
11
remove_old_report ()
12
12
{
You can’t perform that action at this time.
0 commit comments