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

Updated getIndexInfo() to include Columnstore indexes by using custom query. #2566

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

Fixed test failure (#2574)

3f98b61
Select commit
Loading
Failed to load commit list.
Open

Updated getIndexInfo() to include Columnstore indexes by using custom query. #2566

Fixed test failure (#2574)
3f98b61
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

51.21% (+0.08%) compared to 6829848

View this Pull Request on Codecov

51.21% (+0.08%) compared to 6829848

Details

Codecov Report

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

Project coverage is 51.21%. Comparing base (6829848) to head (3f98b61).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
.../com/microsoft/sqlserver/jdbc/SQLServerDriver.java 78.57% 0 Missing and 3 partials ⚠️
...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 57.14% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2566      +/-   ##
============================================
+ Coverage     51.12%   51.21%   +0.08%     
+ Complexity     3940     3933       -7     
============================================
  Files           147      147              
  Lines         33456    33512      +56     
  Branches       5604     5612       +8     
============================================
+ Hits          17105    17162      +57     
+ Misses        13963    13930      -33     
- Partials       2388     2420      +32     

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