reschke commented on code in PR #2800:
URL: https://github.com/apache/jackrabbit-oak/pull/2800#discussion_r2946082552
##########
pom.xml:
##########
@@ -35,6 +35,8 @@
<skip.deployment>true</skip.deployment>
<sonar.organization>apache</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
+ <!-- this project uses cross-module reports with one aggregate,
https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/java-test-coverage/#add-coverage-in-a-multi-module-maven-project
-->
+
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Review Comment:
Hmmmm. Why does it work then?
I verified with the coverage report generated in `target/site`.
--
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]