Skip to content

Commit 543b643

Browse files
authored
Only run coverage on code in this library
1 parent d02f194 commit 543b643

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)