Specify `-PcodeCoverage=true` on your build command. > On Jan 26, 2018, at 9:42 AM, Kirk Lund <kl...@apache.org> wrote: > > gradle/code-analysis.gradle contains configuration for the jacoco plugin, > but if I attempt to execute the standard jacoco task jacocoTestReport, our > build just fails and says it doesn't know what that is. > > How do we run jacoco on the command line? > > I tried this: > > ./gradlew geode-core:test --tests *RegionMapDestroyTest jacocoTestReport > > Thanks, > Kirk
- jacocoTestReport Kirk Lund
- Re: jacocoTestReport Anthony Baker