mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Test again
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
ignore:
|
||||
- "**ObsoleteUrlFactory**"
|
||||
|
||||
- "**/extras/okhttp3/ObsoleteUrlFactory**"
|
||||
- "**/extras/OkHttpConnector"
|
||||
- "**/extras/OkHttp3Connector"
|
||||
|
||||
|
||||
14
pom.xml
14
pom.xml
@@ -103,20 +103,6 @@
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.8.6</version>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<!-- Code implemented externally -->
|
||||
<exclude>**/extras/okhtp3/ObsoleteUrlFactory.*</exclude>
|
||||
<exclude>**/extras/okhtp3/ObsoleteUrlFactory*</exclude>
|
||||
<!-- Sample only -->
|
||||
<exclude>**/example/**</exclude>
|
||||
<!-- Deprecated -->
|
||||
<exclude>org/kohsuke/github/extras/OkHttpConnector.*</exclude>
|
||||
<exclude>org/kohsuke/github/extras/OkHttp3Connector.*</exclude>
|
||||
<exclude>org/kohsuke/github/EnforcementLevel.*</exclude>
|
||||
<exclude>org/kohsuke/github/GHPerson$1.*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
||||
Reference in New Issue
Block a user