Anyone know how to setup Jacoco with Gradle? I nev...
# gradle
m
Anyone know how to setup Jacoco with Gradle? I never get it to generate any coverage reports, I guess it somehow does not find my generated class files or something.
w
did you apply the
jacoco
plugin and run the
jacocoTestReport
task?