gradle-android-junit-jacoco-plugin icon indicating copy to clipboard operation
gradle-android-junit-jacoco-plugin copied to clipboard

Gradle plugin that generates JaCoCo reports from an Android Gradle Project

Results 26 gradle-android-junit-jacoco-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Unit tests keep crashing, but only when this plugin is enabled. If I comment it out in the gradle.build file, the tests run fine. I included a complete dump of...

Hi there, I'm trying to integrate jacoco into my Android Studio project and getting this error during gradle sync: ``` Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'xml' for...

Tried to run combinedTestReport, but after all the tests are run, the error in the title gets thrown. I also noticed that createDebugCoverageReport does not generate a coverage report at...

Hi, I am trying build app with targeting the latest android sdk and AGP-7.3.1, I am facing issues with Jacobo tasks. Appreciate if you can address this issue. More info...

I am trying to use version 0.16.0 in my multi-module Android application project which has one Android application module, multiple Android library modules and multiple Java library modules. When I...

I don't have time to take care of this project anymore. I don't know if it is even relevant anymore given that there's no also Kover. If someone wants to...