[
https://issues.apache.org/jira/browse/PHOENIX-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643353#comment-17643353
]
ASF GitHub Bot commented on PHOENIX-6836:
-----------------------------------------
horvathdora commented on code in PR #112:
URL:
https://github.com/apache/phoenix-queryserver/pull/112#discussion_r1039623165
##########
pom.xml:
##########
@@ -701,6 +702,13 @@
<name>!skip.code-coverage</name>
</property>
</activation>
+ <properties>
+ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
+
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.build.directory}/site/jacoco/jacoco.xml
Review Comment:
If I do it like in the phoenix component and aggregate the coverage in the
assembly module then the phoenix-queryserver-orchestrator module is not
included in the coverage however I tried to modified the configuration of the
jacoco and sonar profiles.
> Enable code coverage reporting to SonarQube in Phoenix-Queryserver
> ------------------------------------------------------------------
>
> Key: PHOENIX-6836
> URL: https://issues.apache.org/jira/browse/PHOENIX-6836
> Project: Phoenix
> Issue Type: Improvement
> Components: queryserver
> Reporter: Dóra Horváth
> Assignee: Dóra Horváth
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)