attempt to run full coverage
This commit is contained in:
parent
5b6e0b4875
commit
121cfaf5bd
|
@ -1 +1 @@
|
||||||
Subproject commit e76edf8bc5d5851fa213e094b48058e956e3e5ee
|
Subproject commit 2ac5fc22a562362acc8b4b4d527580221085971d
|
|
@ -77,6 +77,7 @@ task allCodeCoverageReport(type: JacocoReport) {
|
||||||
rootProject.apply plugin: 'jacoco'
|
rootProject.apply plugin: 'jacoco'
|
||||||
def projects = collectProjects { !it.name.contains("stub") && !it.name.contains("-noop") }
|
def projects = collectProjects { !it.name.contains("stub") && !it.name.contains("-noop") }
|
||||||
dependsOn { ["app:assembleDebug"] + projects*.test }
|
dependsOn { ["app:assembleDebug"] + projects*.test }
|
||||||
|
dependsOn gradle.includedBuild("chat-engine").task(":allCodeCoverageReport")
|
||||||
initializeReport(it, projects, excludes)
|
initializeReport(it, projects, excludes)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue