Only run coverage on code in this library

This commit is contained in:
Liam Newman
2021-05-17 13:55:18 -07:00
committed by GitHub
parent d02f194668
commit 543b643fdb

View File

@@ -110,6 +110,8 @@
</goals>
<configuration>
<propertyName>jacoco.surefire.argLine</propertyName>
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
<include>org.kohsuke.*</include>
</configuration>
</execution>
<!-- attached to Maven test phase -->