microsoft / mssql-jdbc

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).
MIT License
1.06k stars 427 forks source link

Fix javadoc warnings #2521

Closed lilgreenbird closed 3 weeks ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 50.93%. Comparing base (e03b196) to head (c2957f3). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 71.42% 2 Missing :warning:
...m/microsoft/sqlserver/jdbc/KerbAuthentication.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2521 +/- ## ============================================ + Coverage 50.89% 50.93% +0.03% - Complexity 3884 3892 +8 ============================================ Files 147 147 Lines 33368 33370 +2 Branches 5592 5592 ============================================ + Hits 16984 16997 +13 + Misses 13977 13964 -13 - Partials 2407 2409 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.