Skip to content

Commit 2501a29

Browse files
committed
Suppress coverage warnings
1 parent 9bd9ee3 commit 2501a29

File tree

1 file changed

+5
-0
lines changed
  • java/flight/flight-jdbc-driver

1 file changed

+5
-0
lines changed

java/flight/flight-jdbc-driver/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@
298298
<rules>
299299
<rule>
300300
<element>CLASS</element>
301+
<excludes>
302+
<exclude>org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl</exclude>
303+
<!-- The uncovered branch is unreachable -->
304+
<exclude>org.apache.arrow.driver.jdbc.utils.UrlParser</exclude>
305+
</excludes>
301306
<limits>
302307
<limit implementation="org.jacoco.report.check.Limit">
303308
<counter>BRANCH</counter>

0 commit comments

Comments
 (0)