Skip to content

Commit 94200bc

Browse files
committed
Bump the level of test coverage checks.
See: Improve test coverage #732.
1 parent 9e34d3d commit 94200bc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@
7272
commons.releaseManagerKey
7373
-->
7474
<!-- JaCoCo: Don't make code coverage worse than: -->
75+
<!-- The order of properties below is the same as console output -->
7576
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
7677
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
77-
<commons.jacoco.instructionRatio>0.97</commons.jacoco.instructionRatio>
78-
<commons.jacoco.methodRatio>0.98</commons.jacoco.methodRatio>
78+
<commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
79+
<commons.jacoco.methodRatio>0.99</commons.jacoco.methodRatio>
7980
<commons.jacoco.branchRatio>0.95</commons.jacoco.branchRatio>
80-
<commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio>
81-
<commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio>
81+
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
82+
<commons.jacoco.complexityRatio>0.97</commons.jacoco.complexityRatio>
8283
</properties>
8384
<dependencies>
8485
<dependency>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<release version="1.15.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
50+
<action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary Gregory">Improve test coverage #732.</action>
5051
<!-- ADD -->
5152
<!-- UPDATE -->
53+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump the level of test coverage checks.</action>
5254
</release>
5355
<release version="1.15.0" date="2025-12-04" description="Release 1.15.0. This is a feature and maintenance release. Java 8 or later is required.">
5456
<!-- FIX -->

0 commit comments

Comments
 (0)