gradle-android-junit-jacoco-plugin
gradle-android-junit-jacoco-plugin copied to clipboard
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
I am using generateApiModels , and want to excludes a path not a pattern
With Gradle 7, this plugin generates a huge number of warnings >**> Task :app:jacocoTestReportRelease** Execution optimizations have been disabled for task ':app:jacocoTestReportRelease' to ensure correctness due to the following reasons:...
I feel like this might be related to https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/issues/138 Running the `combinedTestReport` command generates the jacocoCombined report directory and files, however it does not contain any coverage on instrumented tests....
It would be awesome if the plugin would also include configuration of the appropriate tasks of type JacocoCoverageVerification. Right now, i have to kind of hack around this by doing...
When I run `./gradlew mergeJacocoReports` it fails as a missing task. ``` FAILURE: Build failed with an exception. * What went wrong: Task 'mergeJacocoReports' not found in root project ```
I pushed this branch from themockgrateme:gradle-8-upgrade, with the fix for `POM_IMPLEMENTATION_CLASS = com.vanniktech.android.junit.jacoco.GenerationPlugin` Along with themockgraeme's changes: https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/219 > I forked the Laimiux Gradle 8 compatible branch of the Vanniktech...
I forked the Laimiux Gradle 8 compatible branch of the Vanniktech Jacoco plugin and made the following changes: - Removed the Laimiux publishing calls, which are specific to their system....
Honestly, this is super unmaintaned. Happy for a person to jump in _Originally posted by @vanniktech in https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/issues/217#issuecomment-1430425464_
I'm getting the below error while upgrading the AGP from 7.4.2 to 8.1.1 ``` What went wrong: An exception occurred applying plugin request [id: 'com.vanniktech.android.junit.jacoco', version: '0.16.0'] > Failed to...
`JacocoMerge` task was removed (https://github.com/gradle/gradle/issues/12767) and this plugin now throwa ``` Failed to apply plugin 'com.vanniktech.android.junit.jacoco'. > Could not create plugin of type 'GenerationPlugin'. > Could not generate a decorated...