Skip to content

Commit 081a454

Browse files
authored
Merge pull request #1141 from hub4j/bitwiseman-patch-1
Only run coverage on code in this library
2 parents d02f194 + 543b643 commit 081a454

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
</goals>
111111
<configuration>
112112
<propertyName>jacoco.surefire.argLine</propertyName>
113+
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
114+
<include>org.kohsuke.*</include>
113115
</configuration>
114116
</execution>
115117
<!-- attached to Maven test phase -->

0 commit comments

Comments
 (0)