Skip to content

Commit 064ce1b

Browse files
committed
Test again
1 parent 941573a commit 064ce1b

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
ignore:
2-
- "**ObsoleteUrlFactory**"
3-
2+
- "**/extras/okhttp3/ObsoleteUrlFactory**"
3+
- "**/extras/OkHttpConnector"
4+
- "**/extras/OkHttp3Connector"
5+

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,6 @@
103103
<groupId>org.jacoco</groupId>
104104
<artifactId>jacoco-maven-plugin</artifactId>
105105
<version>0.8.6</version>
106-
<configuration>
107-
<excludes>
108-
<!-- Code implemented externally -->
109-
<exclude>**/extras/okhtp3/ObsoleteUrlFactory.*</exclude>
110-
<exclude>**/extras/okhtp3/ObsoleteUrlFactory*</exclude>
111-
<!-- Sample only -->
112-
<exclude>**/example/**</exclude>
113-
<!-- Deprecated -->
114-
<exclude>org/kohsuke/github/extras/OkHttpConnector.*</exclude>
115-
<exclude>org/kohsuke/github/extras/OkHttp3Connector.*</exclude>
116-
<exclude>org/kohsuke/github/EnforcementLevel.*</exclude>
117-
<exclude>org/kohsuke/github/GHPerson$1.*</exclude>
118-
</excludes>
119-
</configuration>
120106
<executions>
121107
<execution>
122108
<goals>

0 commit comments

Comments
 (0)