reschke commented on code in PR #2800:
URL: https://github.com/apache/jackrabbit-oak/pull/2800#discussion_r2946099598
##########
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:
oh, wait: *this* PR only repeats what we did in
https://issues.apache.org/jira/browse/JCR-5173 - making Sonar aware of it will
be a distinct ticket and PR.
--
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]