File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ codecov :
2+ ignore :
3+ - " org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory.java"
Original file line number Diff line number Diff line change 7979 - name : Maven Install with Code Coverage
8080 if : matrix.os != 'windows' && matrix.java == '8'
8181 run : mvn -B install -D enable-ci --file pom.xml
82+ - name : Codecov Report
83+ if : matrix.os != 'windows' && matrix.java == '8'
84+ 8285 # JDK 11+
8386 - name : Maven Install without Code Coverage
8487 if : matrix.os == 'windows' && matrix.java != '8'
Original file line number Diff line number Diff line change 110110 </goals >
111111 <configuration >
112112 <propertyName >jacoco.surefire.argLine</propertyName >
113+ <excludes >
114+ <!-- Code implemented externally -->
115+ <exclude >org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory.*</exclude >
116+ <exclude >org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory$*.*</exclude >
117+ <!-- Sample only -->
118+ <exclude >org/kohsuke/github/example/**</exclude >
119+ <!-- Deprecated -->
120+ <exclude >org/kohsuke/github/extras/OkHttp3Connector.*</exclude >
121+ <exclude >org/kohsuke/github/EnforcementLevel.*</exclude >
122+ <exclude >org/kohsuke/github/GHPerson$1.*</exclude >
123+ </excludes >
113124 </configuration >
114125 </execution >
115126 <!-- attached to Maven test phase -->
163174 <exclude >org.kohsuke.github.extras.OkHttp3Connector</exclude >
164175 <exclude >org.kohsuke.github.EnforcementLevel</exclude >
165176 <exclude >org.kohsuke.github.GHPerson.1</exclude >
177+
166178 <!-- TODO: Some coverage, but more needed -->
167179 <exclude >org.kohsuke.github.GHPullRequestReviewBuilder.DraftReviewComment</exclude >
168180 <exclude >org.kohsuke.github.GHIssue.PullRequest</exclude >
You can’t perform that action at this time.
0 commit comments