Dear Diksha, please understand that the JaCoCo Grade integration is not implemented by us. Please check with the Gradle team for the JaCoCo Grade integration. See: https://www.jacoco.org/jacoco/trunk/doc/integrations.html
Typically a good starting point would be to study the log files and look for JaCoCo specific warnings. We typically warn about misconfigurations. Regards, -marc > On 13. Jul 2024, at 09:30, Diksha Gupta <[email protected]> wrote: > > Hi Team, > > When I was using 7.4.1, Java 11 with jacoco verion 0.8.5. it was working. > After we upgrade the version to 8.7, Java 17 and jacoco version 0.8.8. i > started getting issue. i tried to use 0.8.7 , 0.8.10 jacoco version but it’s > still failing. also after changing to 7.r gradle version 8.7 and java lib > change property “sonar.java.binaries”, > "${project.buildDir}/intermediates/javac/${variant}/classes/com to > “sonar.java.binaries”, > "${project.buildDir}/intermediates/javac/${variant}/compile${variant}JavaWithJavac/classes/com. > we change this in build.gradle and but still coverage is getting 0. report > is generated with 0%. but are getting other value but coverage is still 0 > > Thanks and Regards, > Diksha Gupta > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/9e1cee9b-d57c-4857-9a62-465121360b41n%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/9e1cee9b-d57c-4857-9a62-465121360b41n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/8FDF9EDE-89F8-466D-9733-31C757EE0885%40mountainminds.com.
