Skip to content

Commit

Permalink
fxi jacoco config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Mar 5, 2019
1 parent 38b5d63 commit e040c3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ subprojects{ subproject ->
}

jacocoTestReport {
description 'Generates Code coverage report. Fails build if it does not meet minimum coverage.'
reports {
xml.enabled = true // required for SonarQube
xml.destination file("${buildDir}/reports/coverage/jacocoTestReport.xml")
html.enabled = true
html.destination file("${buildDir}/reports/coverage")
html.destination file("$buildDir/reports/coverage")
csv.enabled = false
}
}
Expand Down

0 comments on commit e040c3e

Please sign in to comment.