Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94F7C10813 for ; Thu, 13 Mar 2014 21:41:49 +0000 (UTC) Received: (qmail 26161 invoked by uid 500); 13 Mar 2014 21:41:47 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 26043 invoked by uid 500); 13 Mar 2014 21:41:46 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 25934 invoked by uid 99); 13 Mar 2014 21:41:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 21:41:45 +0000 Date: Thu, 13 Mar 2014 21:41:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2454) Aggregate Cobertura reports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934135#comment-13934135 ] ASF subversion and git services commented on ACCUMULO-2454: ----------------------------------------------------------- Commit a99b0b67429aeb378f1e04fe8321d55e46893b50 in accumulo's branch refs/heads/master from [~bhavanki] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=a99b0b6 ] ACCUMULO-2454 Improve Cobertura reporting Coverage reports are now aggregated across modules. Also, the site reports exclude Thrift-generated classes. > Aggregate Cobertura reports > --------------------------- > > Key: ACCUMULO-2454 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2454 > Project: Accumulo > Issue Type: Improvement > Components: build > Affects Versions: 1.4.4, 1.5.1 > Reporter: Bill Havanki > Assignee: Bill Havanki > Priority: Trivial > Labels: cobertura, newbie > Fix For: 1.6.0 > > > The Maven Cobertura plugin, starting in version 2.5, can aggregate the coverage reports for a multi-module project into one comprehensive report. We should take advantage of that. I believe the solution is simply to add this to the plugin configuration: > {noformat} > true > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)