Skip to content

Commit

Permalink
enable all output report formats (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kulikovskiy authored Dec 14, 2021
1 parent ca15dbd commit ca39a85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ jacoco {
toolVersion = "0.8.4"
}

jacocoAndroidUnitTestReport {
csv.enabled true
html.enabled true
xml.enabled true
}

tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
Expand Down

0 comments on commit ca39a85

Please sign in to comment.