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 6cddcb4  Set a baseline for JaCoCo checks
6cddcb4 is described below

commit 6cddcb4450454735b8b06a07027e32d825f6e39f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 8 19:51:53 2024 -0400

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

diff --git a/pom.xml b/pom.xml
index 81d5da4..39bb4de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,10 +697,10 @@ under the License.
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
     <commons.jacoco.classRatio>0.86</commons.jacoco.classRatio>
-    <commons.jacoco.instructionRatio>0.53</commons.jacoco.instructionRatio>
+    <commons.jacoco.instructionRatio>0.52</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.69</commons.jacoco.methodRatio>
-    <commons.jacoco.branchRatio>0.50</commons.jacoco.branchRatio>
-    <commons.jacoco.lineRatio>0.57</commons.jacoco.lineRatio>
+    <commons.jacoco.branchRatio>0.49</commons.jacoco.branchRatio>
+    <commons.jacoco.lineRatio>0.56</commons.jacoco.lineRatio>
     <commons.jacoco.complexityRatio>0.50</commons.jacoco.complexityRatio>
   </properties>
   <developers>

Reply via email to