mingyen066 commented on code in PR #20736:
URL: https://github.com/apache/kafka/pull/20736#discussion_r2450454115
##########
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:
Yeah, I've removed the mention of `Jacoco` and `Scoverage`.
--
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]