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 59df282  [OPENMEETINGS-2042] another attempt to fix coverage
59df282 is described below

commit 59df28247684673a372236f8ee822599dec48abf
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue May 21 20:39:27 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 5802fb7..89c1b91 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-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
                <db_user></db_user>
                <db_pass></db_pass>
        </properties>

Reply via email to