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


##########
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:
   ```
   chia7712@fedora:~/project/kafka$ ls core/build/reports/scoverageTest/
   cobertura.xml  kafka             kafka.cluster.html            
kafka.coordinator.transaction.html  kafka.html      kafka.metrics.html  
kafka.raft.html    kafka.server.metadata.html  kafka.utils.html  packages.html  
scoverage.xml
   index.html     kafka.admin.html  kafka.coordinator.group.html  
kafka.docker.html                   kafka.log.html  kafka.network.html  
kafka.server.html  kafka.tools.html            overview.html     pure-min.css
   ```
   The core module's location is a bit different. Please highlight it, too



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