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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 2097ca8  Set a baseline for JaCoCo checks
2097ca8 is described below

commit 2097ca8c9f320907b6c53de1fcaee3b9dd4c882c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 17:51:22 2024 -0400

    Set a baseline for JaCoCo checks
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b38b74..81d5da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -699,9 +699,9 @@ under the License.
     <commons.jacoco.classRatio>0.86</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.53</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.69</commons.jacoco.methodRatio>
-    <commons.jacoco.branchRatio>0.51</commons.jacoco.branchRatio>
-    <commons.jacoco.lineRatio>0.58</commons.jacoco.lineRatio>
-    <commons.jacoco.complexityRatio>0.51</commons.jacoco.complexityRatio>
+    <commons.jacoco.branchRatio>0.50</commons.jacoco.branchRatio>
+    <commons.jacoco.lineRatio>0.57</commons.jacoco.lineRatio>
+    <commons.jacoco.complexityRatio>0.50</commons.jacoco.complexityRatio>
   </properties>
   <developers>
     <developer>

Reply via email to