You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/01/25 21:38:11 UTC

[incubator-plc4x] branch master updated: - Try to get the coverage reports working in the site plugin

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 0358a0b  - Try to get the coverage reports working in the site plugin
0358a0b is described below

commit 0358a0b4b23894b700e23d09de8f0dae4c3499c1
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Jan 25 22:38:05 2018 +0100

    - Try to get the coverage reports working in the site plugin
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d48c46..3bd7d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,8 +89,8 @@
     <!-- Exclude all generated code -->
     <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
     <!-- Tell sonar where the coverage reports are located -->
-    <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
-    <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
+    <!--sonar.jacoco.reportPath>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPath>
+    <sonar.jacoco.itReportPath>${project.build.directory}/jacoco-it.exec</sonar.jacoco.itReportPath-->
 
     <junit-platform.version>1.1.0-M1</junit-platform.version>
     <junit-jupiter.version>5.1.0-M1</junit-jupiter.version>
@@ -870,8 +870,8 @@
       <id>jenkins-build</id>
       <properties>
         <!-- Tell sonar where the coverage reports are located -->
-        <sonar.jacoco.reportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
-        <sonar.jacoco.itReportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
+        <!--sonar.jacoco.reportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
+        <sonar.jacoco.itReportPath>${env.WORKSPACE}/target/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath-->
       </properties>
     </profile>
 
@@ -985,7 +985,7 @@
                       for JaCoCo runtime agent.
                   -->
                   <propertyName>surefireArgLine</propertyName>
-                  <destFile>${sonar.jacoco.reportPath}</destFile>
+                  <!--destFile>${sonar.jacoco.reportPath}</destFile-->
                 </configuration>
               </execution>
               <!--
@@ -1004,7 +1004,7 @@
                       for JaCoCo runtime agent.
                   -->
                   <propertyName>failsafeArgLine</propertyName>
-                  <destFile>${sonar.jacoco.itReportPath}</destFile>
+                  <!--destFile>${sonar.jacoco.itReportPath}</destFile-->
                 </configuration>
               </execution>
               <!--
@@ -1019,7 +1019,7 @@
                 <configuration>
                   <!-- TODO: Turn this on as soon as possible. -->
                   <haltOnFailure>false</haltOnFailure>
-                  <dataFile>${sonar.jacoco.reportPath}</dataFile>
+                  <!--dataFile>${sonar.jacoco.reportPath}</dataFile-->
                   <rules>
                     <rule implementation="org.jacoco.maven.RuleConfiguration">
                       <element>BUNDLE</element>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.