Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed scheme from URI before fetching path for CRL path check #2622

Merged
merged 6 commits into from
Mar 3, 2025

Forgot a case where there would be no scheme

ade238f
Select commit
Loading
Failed to load commit list.
Merged

Removed scheme from URI before fetching path for CRL path check #2622

Forgot a case where there would be no scheme
ade238f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2025 in 1s

51.64% (+0.10%) compared to 7e795d4

View this Pull Request on Codecov

51.64% (+0.10%) compared to 7e795d4

Details

Codecov Report

Attention: Patch coverage is 53.84615% with 6 lines in your changes missing coverage. Please review.

Project coverage is 51.64%. Comparing base (7e795d4) to head (ade238f).

Files with missing lines Patch % Lines
...crosoft/sqlserver/jdbc/ConfigurableRetryLogic.java 53.84% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2622      +/-   ##
============================================
+ Coverage     51.54%   51.64%   +0.10%     
- Complexity     3996     4026      +30     
============================================
  Files           147      147              
  Lines         33694    33704      +10     
  Branches       5630     5631       +1     
============================================
+ Hits          17366    17405      +39     
- Misses        13877    13886       +9     
+ Partials       2451     2413      -38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.