Skip to content

Commit

Permalink
Fix dir path in jacoco plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Aug 23, 2024
1 parent 4c312e0 commit 90b34d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jacoco/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks.register('jacocoLocalDebugUnitTestReport', JacocoReport) {
html.required = true
}
classDirectories.from = fileTree(
dir: 'build/intermediates/classes/devDebug/transformDevDebugClassesWithAsm/dirs/com/google/android/ground',
dir: 'build/intermediates/classes/localDebug/transformLocalDebugClassesWithAsm/dirs/com/google/android/ground',
excludes: [
'**/databinding/*',
'**/local/room/dao/*',
Expand Down

0 comments on commit 90b34d2

Please sign in to comment.