Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 096c59b80 -> 46b98bba9
* [test] drop coverage to support Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/a0d01c35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/a0d01c35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/a0d01c35 Branch: refs/heads/0.16-dev Commit: a0d01c357c620a84da91240ac192db04058a5eba Parents: ffe4951 Author: gurisxie <279483...@qq.com> Authored: Fri Aug 11 10:46:04 2017 +0800 Committer: gurisxie <279483...@qq.com> Committed: Fri Aug 11 10:46:04 2017 +0800 ---------------------------------------------------------------------- test/run.sh | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a0d01c35/test/run.sh ---------------------------------------------------------------------- diff --git a/test/run.sh b/test/run.sh index b2d5018..4c3a2c0 100755 --- a/test/run.sh +++ b/test/run.sh @@ -49,15 +49,6 @@ function buildiOS { } -function coverageGenerate { - current_dir=$PWD - xcodeCover="${current_dir}/ios/playground/XcodeCoverage" - if [ -d $xcodeCover ]; then - cd $xcodeCover - ./getcov -o . -p WeexSDK -x - fi -} - function runiOS { echo 'Run in iOS...' echo $1 @@ -68,9 +59,6 @@ function runiOS { startMacacaServer startWeexServer platform=ios ./node_modules/mocha/bin/mocha $1 -f '@ignore-ios' -i --recursive --bail --verbose - if [ $needCoverage = "cover" ]; then - coverageGenerate - fi } function runWeb {