Re: About code coverage of Groovy

2017-04-11 Thread Daniel Sun
Thanks, John. Can we check the code coverage for Groovy on travis-ci by default? It will report current code coverage for every commit and PR. Actually, I'm looking for something like this: https://coveralls.io/github/danielsun1106/groovy-parser Cheers, Daniel.Sun -- View this message in conte

Re: About code coverage of Groovy

2017-04-11 Thread John Wagenleitner
I think if you run the 'check' task with -Pcoverage it'll generate the jacoco reports. On Tue, Apr 11, 2017 at 9:27 AM, Daniel Sun wrote: > Hi all, > > Where can I find the code coverage report of Groovy? If there is no > such thing currently, how about supporting it by leveraging the powe

Re: About code coverage of Groovy

2017-04-11 Thread Andres Almiray
+1 on using JaCoCo :-) Sent from my primitive Tricorder > On 11 Apr 2017, at 18:27, Daniel Sun wrote: > > Hi all, > > Where can I find the code coverage report of Groovy? If there is no > such thing currently, how about supporting it by leveraging the power of > Jacoco? > > Cheers, > Dan