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

Change MSAL logging from FINEST to FINER #2489

Closed lilgreenbird closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 38 lines in your changes missing coverage. Please review.

Project coverage is 50.81%. Comparing base (0e97689) to head (ab899fc). Report is 1 commits behind head on main.

Files Patch % Lines
...microsoft/sqlserver/jdbc/SQLServerMSAL4JUtils.java 0.00% 38 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2489 +/- ## ============================================ + Coverage 50.78% 50.81% +0.02% - Complexity 3888 3892 +4 ============================================ Files 145 145 Lines 33481 33482 +1 Branches 5690 5691 +1 ============================================ + Hits 17004 17014 +10 + Misses 14030 14025 -5 + Partials 2447 2443 -4 ```

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