Mark Guckian

Results 3 comments of Mark Guckian
trafficstars

Hi - could you provide info on how to add jacoco code coverage to unit tests? I've tried but no success. Thanks.

I just got *.exec files created but no reports. Would it be useful to provide the ```sourceDirectories``` & ```classDirectories``` values in the jacocoIntegrationTestReport task? e.g. ```classDirectories = files(java.sourceSets["main"].output)``` (Only just...