io.github.gmazzo.test.aggregation.coverage
Owner: Guillermo Mazzola
Jacoco coverage aggregation support for Android/JVM modules
https://github.com/gmazzo/gradle-android-test-aggregation-plugin
Sources: https://github.com/gmazzo/gradle-android-test-aggregation-plugin
Version 1.1.0
1.1.0
Created 26 April 2023.
Jacoco coverage aggregation support for Android/JVM modules
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.gmazzo.test.aggregation.coverage") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.gmazzo.test.aggregation:plugin:1.1.0") } } apply(plugin = "io.github.gmazzo.test.aggregation.coverage")
- Applying plugins to all subprojects .