Skip to content

Commit

Permalink
fix(tests): output jacoco html report for intellij coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 20, 2020
1 parent 4f2aa72 commit 7f94567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jacoco { toolVersion = "0.8.2" }
jacocoTestReport {
reports {
xml.enabled true
html.enabled false
html.enabled true
}
}

Expand Down

0 comments on commit 7f94567

Please sign in to comment.