xurror commented on a change in pull request #749: Fineract 853
URL: https://github.com/apache/fineract/pull/749#discussion_r406856857
##########
File path: fineract-provider/build.gradle
##########
@@ -157,18 +157,8 @@ openjpa {
}
}
-jacoco {
- toolVersion = jacocoVersion
- reportsDir = file("$buildDir/reports/jacoco")
-}
-jacocoTestReport{
- reports{
- html.enabled=true
- xml.enabled=true
- html.destination file("${buildDir}/code-coverage")
- }
-}
Review comment:
Removing this has no relation with your current issue. Any particular reason
why you removed this?
This is not good
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services