Skip to content

Commit 279eed0

Browse files
committed
Updated Test post-action script to only open code coverage report once.
1 parent ecaaa54 commit 279eed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_code_coverage_post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ end tell
77
EOT`
88
if [[ $x = "OK" ]]; then
99
echo 'Generating code coverage report'
10-
cd ${SRCROOT}/XcodeCoverage && ./getcov && open ./lcov/index.html
10+
cd ${SRCROOT}/XcodeCoverage && ./getcov
1111
fi
1212
echo 'Done.'

0 commit comments

Comments
 (0)