diff --git a/pom.xml b/pom.xml
index 0f55dd18..62fccd02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
true
true
true
- 0.80
+ 0.77
0.95
none
true
@@ -252,7 +252,7 @@ echo " See also target/site/jacoco/index.html"
echo " and https://www.jacoco.org/jacoco/trunk/doc/counters.html"
echo "------------------------------------------------------------"
-# Parse Jacoco HTML coverage summary
+# Parse Jacoco HTML coverage summary
if [ -f target/site/jacoco/index.html ]; then
echo -e "Instructions Missed\nInstruction Coverage\nBranches Missed\nBranch Coverage\nComplexity Missed\nComplexity Hit\nLines Missed\nLines Hit\nMethods Missed\nMethods Hit\nClasses Missed\nClasses Hit\n" > /tmp/$$.headers
sed 's/<\/\w\+>/&\n/g' target/site/jacoco/index.html | grep -A 12 '
' | grep '\([^<]*\)<\/td>/\1/' | grep -v Total > /tmp/$$.values
|