Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 800781080D for ; Thu, 13 Mar 2014 21:41:28 +0000 (UTC) Received: (qmail 25140 invoked by uid 500); 13 Mar 2014 21:41:25 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 25059 invoked by uid 500); 13 Mar 2014 21:41:23 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 24981 invoked by uid 99); 13 Mar 2014 21:41:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 21:41:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 96D2A9803CC; Thu, 13 Mar 2014 21:41:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhavanki@apache.org To: commits@accumulo.apache.org Date: Thu, 13 Mar 2014 21:41:23 -0000 Message-Id: <1a480c2fdd9b4ea2bf100bd1c3e3e94e@git.apache.org> In-Reply-To: <922f089e33064bac959d17ade46df673@git.apache.org> References: <922f089e33064bac959d17ade46df673@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/6] git commit: ACCUMULO-2454 Improve Cobertura reporting ACCUMULO-2454 Improve Cobertura reporting Coverage reports are now aggregated across modules. Also, the site reports exclude Thrift-generated classes. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a99b0b67 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a99b0b67 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a99b0b67 Branch: refs/heads/master Commit: a99b0b67429aeb378f1e04fe8321d55e46893b50 Parents: 58535fc Author: Bill Havanki Authored: Thu Mar 13 17:02:23 2014 -0400 Committer: Bill Havanki Committed: Thu Mar 13 17:02:23 2014 -0400 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a99b0b67/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9fd5bfa..9464bff 100644 --- a/pom.xml +++ b/pom.xml @@ -512,6 +512,7 @@ cobertura-maven-plugin 2.5.2 + true xml html @@ -941,10 +942,16 @@ cobertura-maven-plugin 2.5.2 + true xml html + + + **/thrift/*.class + +