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()
|
useTestNG()
|
||||||
|
|
||||||
|
finalizedBy jacocoTestReport
|
||||||
}
|
}
|
||||||
|
|
||||||
// spotbugs {
|
// spotbugs {
|
||||||
|
@ -196,18 +198,15 @@ tasks.register('pandoc', Exec) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jacoco {
|
|
||||||
//toolVersion = '0.8.9'
|
|
||||||
}
|
|
||||||
|
|
||||||
jacocoTestReport {
|
jacocoTestReport {
|
||||||
dependsOn test
|
dependsOn test
|
||||||
reports {
|
reports {
|
||||||
html.required = true
|
|
||||||
xml.required = true
|
xml.required = true
|
||||||
|
html.required = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property('sonar.organization', 'ethauvin-github')
|
property('sonar.organization', 'ethauvin-github')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue