Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Apr 12, 2021
1 parent 941573a commit 064ce1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ignore:
- "**ObsoleteUrlFactory**"

- "**/extras/okhttp3/ObsoleteUrlFactory**"
- "**/extras/OkHttpConnector"
- "**/extras/OkHttp3Connector"

14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 064ce1b

Please sign in to comment.