Skip to content

Commit

Permalink
Raise code coverage to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
jcralmeida authored and rafael-telles committed Dec 6, 2021
1 parent 5ee473b commit 62b4197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/flight/flight-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<limit implementation="org.jacoco.report.check.Limit">
<counter>BRANCH</counter>
<value>COVEREDRATIO</value>
<minimum>0.50</minimum>
<minimum>0.80</minimum>
</limit>
</limits>
</rule>
Expand Down

0 comments on commit 62b4197

Please sign in to comment.