Clean-up JaCoCo coverage generation

This commit is contained in:
Gary Tierney
2019-07-17 05:36:08 +01:00
parent 11cee7e0f2
commit d93de7f575
3 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ steps:
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'check jacocoTestReport sonarqube'
tasks: 'check jacocoReport sonarqube'
- script: |
./gradlew --stop