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


##########
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
-    
+
+Coverage reports are located within the module's build directory, categorized 
by module type:
+
+Java Modules: `<module>/build/reports/jacoco/test/html/index.html`
+
+Scala Module (:core): `core/build/reports/scoverageTest/index.html`

Review Comment:
   It turns out module `:stream:stream-scala` is using jacoco report 



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