Skip to content

Commit

Permalink
#347 Adding jacoco configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Sep 26, 2024
1 parent 78cdec5 commit e827d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ dependencies {
testImplementation "org.mockito:mockito-inline:$mockitoInlineVersion"
}

jacoco {
toolVersion = "0.8.11"
reportsDirectory = layout.buildDirectory.dir('jacoco')
}

jacocoTestReport {
reports {
xml.required = true
Expand Down

0 comments on commit e827d93

Please sign in to comment.