updating coverage report location to match the android gradle plugin update
This commit is contained in:
parent
52b03796e3
commit
2fdcbc7223
|
@ -28,7 +28,7 @@ def excludes = [
|
|||
|
||||
def initializeReport(report, projects, classExcludes) {
|
||||
projects.each { project -> project.apply plugin: 'jacoco' }
|
||||
report.executionData { fileTree(rootProject.rootDir.absolutePath).include("**/build/jacoco/*.exec") }
|
||||
report.executionData { fileTree(rootProject.rootDir.absolutePath).include("**/build/**/*.exec") }
|
||||
|
||||
report.reports {
|
||||
xml.enabled true
|
||||
|
|
Loading…
Reference in New Issue