Fixed Jacoco reports generation
This commit is contained in:
parent
ad17e7edef
commit
4e096b3dad
1 changed files with 4 additions and 5 deletions
|
@ -152,6 +152,8 @@ test {
|
|||
}
|
||||
|
||||
useTestNG()
|
||||
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
|
||||
// spotbugs {
|
||||
|
@ -196,18 +198,15 @@ tasks.register('pandoc', Exec) {
|
|||
}
|
||||
}
|
||||
|
||||
jacoco {
|
||||
//toolVersion = '0.8.9'
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
dependsOn test
|
||||
reports {
|
||||
html.required = true
|
||||
xml.required = true
|
||||
html.required = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
property('sonar.organization', 'ethauvin-github')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue