This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 07b77aa [OPENMEETINGS-2042] another attempt to fix coverage
07b77aa is described below
commit 07b77aae88d4b238d5078929dcfec2b32bb0200d
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed May 22 12:26:20 2019 +0700
[OPENMEETINGS-2042] another attempt to fix coverage
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a0e317d..1c83196 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.junit.reportPaths>target/surefire-reports</sonar.junit.reportPaths>
-
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco-aggregate</sonar.coverage.jacoco.xmlReportPaths>
+
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<db_user></db_user>
<db_pass></db_pass>
</properties>