Return-Path: X-Original-To: apmail-buildr-users-archive@www.apache.org Delivered-To: apmail-buildr-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EC5A1151E for ; Thu, 24 Apr 2014 23:54:00 +0000 (UTC) Received: (qmail 36175 invoked by uid 500); 24 Apr 2014 23:53:59 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 36002 invoked by uid 500); 24 Apr 2014 23:53:58 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 35994 invoked by uid 99); 24 Apr 2014 23:53:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 23:53:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.j.donald@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yh0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 23:53:54 +0000 Received: by mail-yh0-f52.google.com with SMTP id 29so2936002yhl.39 for ; Thu, 24 Apr 2014 16:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=E9CPEgx1TQxT9hOtMt8DFpyad8pCf+GBlbAN+MiJ6v4=; b=C/tM/X6kNendGA6E4ZHx6uyE5buawWw5hnmvQ67WqakxZIYYykARlG8ZqhiMlEDRlZ hYQhKU688QJid/tNO0ymtzEdYKLMex1T6zgK53546roeVqBjctbcL7GwqpqB+0hiQUpT ciTbthPqyfGN4yrRxt1KSMI950agAAi6iFZi27rlMNm7U9dKB2WiPE8J3T8d1cJcP6+h Yr9QlvQuVIjRm/NGZ4rkPEjTxhqEaL9eJjCen6VqJHIVnIy50vUdDdlqt6mu3MilDjm/ n588kYqCUcX48jvBuZLAhnZfnZ/RO3/wtAonufqH4WinkXznRRl3tmmUN/WlNq9z2CG+ J7hw== MIME-Version: 1.0 X-Received: by 10.236.200.67 with SMTP id y43mr6857873yhn.77.1398383613469; Thu, 24 Apr 2014 16:53:33 -0700 (PDT) Sender: peter.j.donald@gmail.com Received: by 10.170.47.147 with HTTP; Thu, 24 Apr 2014 16:53:33 -0700 (PDT) In-Reply-To: References: <6FDAB7E1-3205-49B7-BE99-64E4D5E89B92@pyxis-tech.com> <8E312E5E-BB52-4F0A-B6E0-62FB994690B4@pyxis-tech.com> Date: Fri, 25 Apr 2014 09:53:33 +1000 X-Google-Sender-Auth: VLGwz9vqbeF6tDGRk8eEo0o6xA4 Message-ID: Subject: Re: Help with code coverage From: Peter Donald To: users@buildr.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Sat, Mar 29, 2014 at 12:19 AM, Vincent Tence wro= te: > I think Tammo's version (https://github.com/apache/ode/blob/master/tasks/= jacoco.rake) is a good starting point. It generates and aggregates reports = in a multi-project build. Looking at the code, it defines a top-level jacoc= o namespace with a report aggregation task that the official jacoco plugin = seems to be missing. True that. I just merged this functionality into the core buildr task. > My problem right now is that I am unable to include the integration test = run in the report. Whenever integration tests run, the aggregated report is= not generated. I know this was ages ago but did this ever get sorted? If not do the integration tests generate the .exec files in the correct locations? Can you run it in --trace and see what parameters are passed to the integration tests and if they include the jacoco system properties. > Eventually, I'd like to hack a plugin to integrate with coveralls.io, whi= ch provides great online reports and stats for code coverage, is free for o= pen-source projects and integrates well with GitHub. That sounds like a good idea. There was someone (?) a while back else who was doing this a while ago to try and maintain state between TravisCI runs ... will see if I can find the email. I would like to see what ever you come up with. --=20 Cheers, Peter Donald