Skip to content

Commit

Permalink
fix jacoco conf
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Dec 6, 2017
1 parent 0322a41 commit 49b7ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ jacoco {

jacocoTestReport {
reports {
xml.enabled false
xml.enabled true
csv.enabled false
html.destination file("${buildDir}/jacocoHtml")
html.enabled true
}
}

Expand Down

0 comments on commit 49b7ddd

Please sign in to comment.