I was just about to ask about Cobertura and Emma support as I have a
Gant script I want to replace with a Gradle script and have to deal with
Cobertura for this.  You email is very timely.

I would vote for a review of this with a view to inclusion of the plugin
in the Gradle distribution.

I can have a look at this tomorrow -- I have to go give a talk in Oxford
this evening.

Thanks.

On Wed, 2009-03-25 at 06:16 -0700, Luk Morbee wrote:
> Based up on the code I found in the JIRA GRADLE-300, we were able to create a
> Cobertura Plugin that fits our needs.
> 
> Some sample code:
> 
>       cbInstrument {
>           dependsOn 'testCompile'
>           include ...
>           exclude ...
>       }
> 
>       cbReport {
>           dependsOn 'test'
>       }
>       
>       cbCheck {
>               dependsOn 'cbReport'
>               totalBranchCoverageRate = '30'
>               totalLineCoverageRate = '45'
>       }
> http://www.nabble.com/file/p22701606/GradleCoberturaPlugin.zip
> GradleCoberturaPlugin.zip 
-- 
Russel.
============================================================
Dr Russel Winder                 Partner

Concertant LLP          t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,     f: +44 8700 516 084    voip:  
sip:[email protected]
London SW11 1EN, UK.    m: +44 7770 465 077    xmpp: [email protected]

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to