avoid running coverage of submodule, it's already captured by its own repo
This commit is contained in:
parent
68130caf6e
commit
09c2f76e5d
|
@ -77,7 +77,6 @@ task allCodeCoverageReport(type: JacocoReport) {
|
|||
rootProject.apply plugin: 'jacoco'
|
||||
def projects = collectProjects { !it.name.contains("stub") && !it.name.contains("-noop") }
|
||||
dependsOn { ["app:assembleDebug"] + projects*.test }
|
||||
dependsOn gradle.includedBuild("chat-engine").task(":allCodeCoverageReport")
|
||||
initializeReport(it, projects, excludes)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue