Skip to content

Commit a60a93f

Browse files
committed
Remove GHCompare from coverage exception list
1 parent 20fce64 commit a60a93f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
<exclude>org.kohsuke.github.extras.OkHttp3Connector</exclude>
167167
<exclude>org.kohsuke.github.EnforcementLevel</exclude>
168168
<exclude>org.kohsuke.github.GHPerson.1</exclude>
169-
169+
<exclude>org.kohsuke.github.GHCompare.User</exclude>
170+
170171
<!-- TODO: Some coverage, but more needed -->
171172
<exclude>org.kohsuke.github.GHPullRequestReviewBuilder.DraftReviewComment</exclude>
172173
<exclude>org.kohsuke.github.GHIssue.PullRequest</exclude>
@@ -179,11 +180,6 @@
179180
<exclude>org.kohsuke.github.GHBranchProtectionBuilder.Restrictions</exclude>
180181
<exclude>org.kohsuke.github.GHBranchProtection.Restrictions</exclude>
181182
<exclude>org.kohsuke.github.GHCommentAuthorAssociation</exclude>
182-
<exclude>org.kohsuke.github.GHCompare.Commit</exclude>
183-
<exclude>org.kohsuke.github.GHCompare.InnerCommit</exclude>
184-
<exclude>org.kohsuke.github.GHCompare.Tree</exclude>
185-
<exclude>org.kohsuke.github.GHCompare.User</exclude>
186-
<exclude>org.kohsuke.github.GHCompare</exclude>
187183
<exclude>org.kohsuke.github.GHDeployKey</exclude>
188184
<exclude>org.kohsuke.github.GHEmail</exclude>
189185
<exclude>org.kohsuke.github.GHInvitation</exclude>

0 commit comments

Comments
 (0)