Skip to content

Commit ab54a7b

Browse files
committed
Raise the bar for Jacoco and commons.jacoco.complexityRatio
1 parent 8132b80 commit ab54a7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<commons.jacoco.methodRatio>0.96</commons.jacoco.methodRatio>
170170
<commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio>
171171
<commons.jacoco.lineRatio>0.96</commons.jacoco.lineRatio>
172-
<commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio>
172+
<commons.jacoco.complexityRatio>0.92</commons.jacoco.complexityRatio>
173173
<commons.text.version>1.14.0</commons.text.version>
174174
</properties>
175175
<build>
@@ -198,6 +198,8 @@
198198
<exclude>src/site/resources/download_lang.cgi</exclude>
199199
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
200200
<exclude>src/test/resources/lang-708-input.txt</exclude>
201+
<exclude>**/*.svg</exclude>
202+
<exclude>**/*.xcf</exclude>
201203
</excludes>
202204
</configuration>
203205
</plugin>

0 commit comments

Comments
 (0)