diff --git a/last-module-codecoverage-check/pom.xml b/last-module-codecoverage-check/pom.xml index acf49b0fe..c5b7a4e85 100644 --- a/last-module-codecoverage-check/pom.xml +++ b/last-module-codecoverage-check/pom.xml @@ -163,10 +163,6 @@ src/main/xsl/analyse.jacoco.result.xsl - - testsEnabled - ${skipTests} - lowerlimit 85 @@ -179,6 +175,7 @@ target + ${skipTests} 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 3b6636ec6..71fe40dda 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,7 +6,6 @@ - LINE @@ -30,48 +29,38 @@ sum covered: totallines: quote: - enabled: - - - [INFO] ====================================================================================== - [INFO] Coverage check is disabled by system property. - [INFO] ====================================================================================== + + + 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] ====================================================================================== - - - - 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 % + + + Stylesheet did not calculate a quote. Propably jacoco did not run or did not create a jacoco.xml - - [INFO] ====================================================================================== - [INFO]The total code coverage quote is % and thus above the expected minimum of % - [INFO] ====================================================================================== + + [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 % + + + [INFO] ====================================================================================== + [INFO]The total code coverate quote is % and thus above the expected minimum of % + [INFO] ====================================================================================== + @@ -83,17 +72,17 @@ - +