We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0624eea + 3069134 commit e92fb3aCopy full SHA for e92fb3a
1 file changed
pom.xml
@@ -107,6 +107,10 @@
107
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
108
<excludes>
109
<exclude>/org/kohsuke/github/extras/HttpClient*</exclude>
110
+ <exclude>/org/kohsuke/github/example/*</exclude>
111
+ <exclude>/org/kohsuke/github/extras/OkHttpConnector*</exclude>
112
+ <exclude>/org/kohsuke/github/extras/OkHttp3Connector*</exclude>
113
+ <exclude>/org/kohsuke/github/extras/okhttp3/ObsoleteUrlFactory*</exclude>
114
</excludes>
115
</configuration>
116
<executions>
@@ -854,7 +858,7 @@
854
858
<reportSet>
855
859
<reports>
856
860
<!-- select non-aggregate reports -->
857
- <report>report</report>
861
+ <report>report-integration</report>
862
</reports>
863
</reportSet>
864
</reportSets>
0 commit comments