Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24A0F11D03 for ; Tue, 22 Jul 2014 00:32:58 +0000 (UTC) Received: (qmail 1646 invoked by uid 500); 22 Jul 2014 00:32:58 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 1610 invoked by uid 500); 22 Jul 2014 00:32:58 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 1601 invoked by uid 99); 22 Jul 2014 00:32:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 00:32:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 22 Jul 2014 00:32:59 +0000 Received: (qmail 96007 invoked by uid 99); 22 Jul 2014 00:32:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 00:32:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3240A9AE3AD; Tue, 22 Jul 2014 00:32:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.incubator.apache.org Message-Id: <557795c9993a472f95d4d2cf3c02f20e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Revert "Instruct jacoco gradle plugin to save coverage details needed by jacoco jenkins plugin." Date: Tue, 22 Jul 2014 00:32:34 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master b625cfa8e -> ab5254023 Revert "Instruct jacoco gradle plugin to save coverage details needed by jacoco jenkins plugin." This wound up breaking coverage reports in a way such that they were generated, but did not accurately report coverage. Going to TBR commit to make progress. Reviewed at https://reviews.apache.org/r/23782/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/ab525402 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/ab525402 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/ab525402 Branch: refs/heads/master Commit: ab525402377869147cf6c655274ff7acacc83dfc Parents: b625cfa Author: Bill Farner Authored: Mon Jul 21 17:29:50 2014 -0700 Committer: Bill Farner Committed: Mon Jul 21 17:29:50 2014 -0700 ---------------------------------------------------------------------- build.gradle | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/ab525402/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index bd34f10..751bde2 100644 --- a/build.gradle +++ b/build.gradle @@ -495,15 +495,6 @@ jacocoTestReport { } } -// Output jacoco details needed by the jacoco jenkins plugin. -test { - jacoco { - append = false - destinationFile = file("$buildDir/reports/jacoco/jacoco.exec") - classDumpFile = file("$buildDir/reports/jacoco/classes") - } -} - test.finalizedBy jacocoTestReport task FlagSchemaChanges(type: Test) << {