updating coverage report location to match the android gradle plugin update

This commit is contained in:
Adam Brown 2022-06-11 19:07:17 +01:00
parent 52b03796e3
commit 2fdcbc7223
1 changed files with 1 additions and 1 deletions

View File

@ -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