Set a baseline for JaCoCo checks
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -694,8 +694,15 @@ under the License.
|
|||||||
org.slf4j.spi;version="[1.7, 3)";resolution:=optional
|
org.slf4j.spi;version="[1.7, 3)";resolution:=optional
|
||||||
</commons.osgi.import>
|
</commons.osgi.import>
|
||||||
<project.build.outputTimestamp>2024-03-24T15:00:55Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-03-24T15:00:55Z</project.build.outputTimestamp>
|
||||||
|
<!-- 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.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>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>baliuka</id>
|
<id>baliuka</id>
|
||||||
|
|||||||
0
src/site/resources/profile.jacoco
Normal file
0
src/site/resources/profile.jacoco
Normal file
Reference in New Issue
Block a user