mingyen066 commented on code in PR #20736:
URL: https://github.com/apache/kafka/pull/20736#discussion_r2448236829
##########
README.md:
##########
@@ -89,7 +89,12 @@ Generate coverage reports for the whole project:
Generate coverage for a single module, i.e.:
./gradlew clients:reportCoverage -PenableTestCoverage=true
-Dorg.gradle.parallel=false
-
+
+Reports are placed in the respective module's build directory, using the tool
specific to the module's language (JaCoCo for all modules except :core, which
uses Scoverage as it is a Scala project).
+You can find the HTML reports at the following locations:
+
+ <module>/build/reports/jacoco/test/html/index.html
Review Comment:
Thanks for pointing that out. I've adjusted the text accordingly.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]