chia7712 commented on code in PR #20736:
URL: https://github.com/apache/kafka/pull/20736#discussion_r2449624820


##########
README.md:
##########
@@ -89,7 +89,13 @@ 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 located in the module's build directory. JaCoCo is used for all 
modules, except for the Scala-based :core which uses Scoverage.
+
+JaCoCo (Java Modules): `<module>/build/reports/jacoco/test/html/index.html`

Review Comment:
   Maybe we can omit the mention of `JaCoCo` or `Scoverage`. We just need to 
remind users of the report location of the java and scala modules



-- 
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]

Reply via email to