We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d02f194 + 543b643 commit 081a454Copy full SHA for 081a454
pom.xml
@@ -110,6 +110,8 @@
110
</goals>
111
<configuration>
112
<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>
115
</configuration>
116
</execution>
117
<!-- attached to Maven test phase -->
0 commit comments