zhaih opened a new pull request, #11882: URL: https://github.com/apache/lucene/pull/11882
### Description issue #11839 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the contribution guide. https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> It's my first time really working on gradle script so I'm pretty uncertain whether I've done something wrong :) I tested with `./gradlew coverage` and it works as expected. * Add `java` plugin to `:lucene` so that it will apply the "org.barfuin.gradle.jacocolog" plugin as well * `coverage` depend on `jacocoAggregatedReport` so it will print aggregated coverage, for subproject it just print out the coverage for that module * Show html location only for parent project (which is only lucene?) because the printout for subproject also point to the same location, and the report is already aggregated. -- 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. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org