Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9880D200CF0 for ; Thu, 7 Sep 2017 10:18:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97229161735; Thu, 7 Sep 2017 08:18:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E3AA11609BF for ; Thu, 7 Sep 2017 10:18:26 +0200 (CEST) Received: (qmail 51048 invoked by uid 500); 7 Sep 2017 08:18:26 -0000 Mailing-List: contact commits-help@weex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@weex.incubator.apache.org Delivered-To: mailing list commits@weex.incubator.apache.org Received: (qmail 51039 invoked by uid 99); 7 Sep 2017 08:18:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 08:18:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9FB1518C721 for ; Thu, 7 Sep 2017 08:18:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uWE-tQaFS4uD for ; Thu, 7 Sep 2017 08:18:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 585675FB96 for ; Thu, 7 Sep 2017 08:18:20 +0000 (UTC) Received: (qmail 50808 invoked by uid 99); 7 Sep 2017 08:18:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 08:18:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13474E08F6; Thu, 7 Sep 2017 08:18:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kyork@apache.org To: commits@weex.incubator.apache.org Date: Thu, 07 Sep 2017 08:18:26 -0000 Message-Id: In-Reply-To: <77fd0cdea83c4ced9248b11ccf8685f3@git.apache.org> References: <77fd0cdea83c4ced9248b11ccf8685f3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/14] incubator-weex git commit: * [test] android taobao test plugin use true archived-at: Thu, 07 Sep 2017 08:18:27 -0000 * [test] android taobao test plugin use true Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/383f0622 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/383f0622 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/383f0622 Branch: refs/heads/0.16-dev Commit: 383f0622bec7581c05ac195d6800ae2880db631c Parents: 29a701e Author: atomtong Authored: Tue Sep 5 17:44:14 2017 +0800 Committer: atomtong Committed: Tue Sep 5 17:44:14 2017 +0800 ---------------------------------------------------------------------- android/playground/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/383f0622/android/playground/app/build.gradle ---------------------------------------------------------------------- diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle index 145cbd7..d023e84 100755 --- a/android/playground/app/build.gradle +++ b/android/playground/app/build.gradle @@ -42,7 +42,7 @@ android { } buildTypes { debug { - testCoverageEnabled false + testCoverageEnabled true } } sourceSets {