diff --git a/last-module-codecoverage-check/pom.xml b/last-module-codecoverage-check/pom.xml index e9dc5b467..acf49b0fe 100644 --- a/last-module-codecoverage-check/pom.xml +++ b/last-module-codecoverage-check/pom.xml @@ -119,21 +119,6 @@ - - - org.codehaus.mojo - xml-maven-plugin - ${xml-maven-plugin.version} - - - verify - - transform - - - - - maven-resources-plugin 2.7 @@ -178,6 +163,10 @@ src/main/xsl/analyse.jacoco.result.xsl + + testsEnabled + ${skipTests} + lowerlimit 85 diff --git a/last-module-codecoverage-check/src/main/xsl/analyse.jacoco.result.xsl b/last-module-codecoverage-check/src/main/xsl/analyse.jacoco.result.xsl index 33f4d9e7c..3b6636ec6 100644 --- a/last-module-codecoverage-check/src/main/xsl/analyse.jacoco.result.xsl +++ b/last-module-codecoverage-check/src/main/xsl/analyse.jacoco.result.xsl @@ -6,6 +6,7 @@ + LINE @@ -29,38 +30,48 @@ sum covered: totallines: quote: + enabled: - - - The total code coverate quote is % and thus below the expected minimum of % - - - [ERROR] ====================================================================================== - [ERROR] The total code coverate quote is % and thus below the expected minimum of % - [ERROR] ====================================================================================== + + + [INFO] ====================================================================================== + [INFO] Coverage check is disabled by system property. + [INFO] ====================================================================================== - - - Stylesheet did not calculate a quote. Propably jacoco did not run or did not create a jacoco.xml + + + + The total code coverate quote is % and thus below the expected minimum of % + + + [ERROR] ====================================================================================== + [ERROR] The total code coverate quote is % and thus below the expected minimum of % + [ERROR] ====================================================================================== + + + + + Stylesheet did not calculate a quote. Propably jacoco did not run or did not create a jacoco.xml + + + [ERROR] ====================================================================================== + [ERROR] Stylesheet did not calculate a quote. Propably jacoco did not run or did not create a jacoco.xml + [ERROR] ====================================================================================== + + + + The total code coverate quote is % and thus above the expected minimum of % - - [ERROR] ====================================================================================== - [ERROR] Stylesheet did not calculate a quote. Propably jacoco did not run or did not create a jacoco.xml - [ERROR] ====================================================================================== + + [INFO] ====================================================================================== + [INFO]The total code coverage quote is % and thus above the expected minimum of % + [INFO] ====================================================================================== - - The total code coverate quote is % and thus above the expected minimum of % - - - [INFO] ====================================================================================== - [INFO]The total code coverate quote is % and thus above the expected minimum of % - [INFO] ====================================================================================== -