Skip to content

Commit e09020d

Browse files
committed
chore: hopefully include ui test coverage in the coverage report
1 parent 64e3658 commit e09020d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ tasks.register<JacocoReport>("jacocoTestReport") {
114114
"**/R.class", "**/R$*.class", "**/BuildConfig.*", "**/Manifest*.*",
115115
"**/*Test*.*", "android/**/*.*",
116116
"**/Dagger*.*", "**/*_Hilt*.*", "**/*Hilt*.*",
117-
"**/ui/**" // Exclude UI files from coverage
118117
)
119118
val javaDebugTree = fileTree(layout.buildDirectory.dir("intermediates/javac/debug/classes")) { exclude(fileFilter) }
120119
val kotlinDebugTree = fileTree(layout.buildDirectory.dir("tmp/kotlin-classes/debug")) { exclude(fileFilter) }

0 commit comments

Comments
 (0)