Skip to content

Commit 3069134

Browse files
committed
Fix Jacoco site linkage
1 parent a28a726 commit 3069134

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
108108
<excludes>
109109
<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>
110114
</excludes>
111115
</configuration>
112116
<executions>
@@ -854,7 +858,7 @@
854858
<reportSet>
855859
<reports>
856860
<!-- select non-aggregate reports -->
857-
<report>report</report>
861+
<report>report-integration</report>
858862
</reports>
859863
</reportSet>
860864
</reportSets>

0 commit comments

Comments
 (0)