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-net.git

commit d5cb51afe6f63b11c8f7cc1a05ad74fd658cb99f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon May 27 09:31:44 2024 -0400

    Raise the bar on Jacoco checks
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d7f61a8c..131c1313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,10 +75,10 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
         <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
         <!-- TODO Improve dismal coverage -->
         <commons.jacoco.classRatio>0.47</commons.jacoco.classRatio>
-        <commons.jacoco.instructionRatio>0.40</commons.jacoco.instructionRatio>
+        <commons.jacoco.instructionRatio>0.41</commons.jacoco.instructionRatio>
         <commons.jacoco.methodRatio>0.40</commons.jacoco.methodRatio>
         <commons.jacoco.branchRatio>0.32</commons.jacoco.branchRatio>
-        <commons.jacoco.lineRatio>0.37</commons.jacoco.lineRatio>    
+        <commons.jacoco.lineRatio>0.38</commons.jacoco.lineRatio>    
         <commons.jacoco.complexityRatio>0.31</commons.jacoco.complexityRatio>
     </properties>
     <scm>

Reply via email to