Repository: commons-math
Updated Branches:
  refs/heads/master 88516d95e -> e27f6e71f


Setting up realistic limits for JaCoCo.

I think we never met the previous default settings, but did not notice
it in the maven logs before.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2ed43de9
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2ed43de9
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2ed43de9

Branch: refs/heads/master
Commit: 2ed43de903902fb93f042bcc52cd05c4f02b7cdf
Parents: 88516d9
Author: Luc Maisonobe <l...@apache.org>
Authored: Wed Dec 17 19:01:27 2014 +0100
Committer: Luc Maisonobe <l...@apache.org>
Committed: Wed Dec 17 19:01:27 2014 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/2ed43de9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ee5db2..13b0e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,6 +386,13 @@
 
     <!-- Temporary fix to support Java 8 -->
     <commons.jacoco.version>0.7.0.201403182114</commons.jacoco.version>
+    <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
+    <commons.jacoco.instructionRatio>0.8</commons.jacoco.instructionRatio>
+    <commons.jacoco.methodRatio>0.8</commons.jacoco.methodRatio>
+    <commons.jacoco.branchRatio>0.8</commons.jacoco.branchRatio>
+    <commons.jacoco.complexityRatio>0.8</commons.jacoco.complexityRatio>
+    <commons.jacoco.lineRatio>0.85</commons.jacoco.lineRatio>
+    <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
 
     <commons.site.path>math</commons.site.path>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math</commons.scmPubUrl>

Reply via email to