Skip to content

Commit dd75ef6

Browse files
committed
Exclude org.kohsuke.github.GHCommit.GHAuthor for unbridged coverage
1 parent 17a4458 commit dd75ef6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@
189189
<exclude>org.kohsuke.github.GHPerson.1</exclude>
190190
<exclude>org.kohsuke.github.GHCompare.User</exclude>
191191

192+
<!-- Unbridged test changes -->
193+
<exclude>org.kohsuke.github.GHCommit.GHAuthor</exclude>
194+
192195
<!-- TODO: Some coverage, but more needed -->
193196
<exclude>org.kohsuke.github.GHPullRequestReviewBuilder.DraftReviewComment</exclude>
194197
<exclude>org.kohsuke.github.GHIssue.PullRequest</exclude>

0 commit comments

Comments
 (0)