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

Stored procedure call returns wrong BigDecimal scale and integrated Mockito Dependency into JDBC Driver Codebase. #2582

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Merge branch 'main' into users/anagarg/issue-2534-final

223599b
Select commit
Loading
Failed to load commit list.
Open

Stored procedure call returns wrong BigDecimal scale and integrated Mockito Dependency into JDBC Driver Codebase. #2582

Merge branch 'main' into users/anagarg/issue-2534-final
223599b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 1s

51.37% (+0.01%) compared to 25ea8da

View this Pull Request on Codecov

51.37% (+0.01%) compared to 25ea8da

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 51.37%. Comparing base (25ea8da) to head (223599b).

Files with missing lines Patch % Lines
...oft/sqlserver/jdbc/SQLServerCallableStatement.java 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2582      +/-   ##
============================================
+ Coverage     51.35%   51.37%   +0.01%     
- Complexity     3972     3975       +3     
============================================
  Files           147      147              
  Lines         33664    33672       +8     
  Branches       5626     5627       +1     
============================================
+ Hits          17288    17298      +10     
+ Misses        13939    13937       -2     
  Partials       2437     2437              

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