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

feat: sqlserver driver supports setting schema #786

Merged
merged 3 commits into from
Dec 25, 2024

Merge branch 'master' into bowen/sqlserver-schema

8b4943d
Select commit
Loading
Failed to load commit list.
Merged

feat: sqlserver driver supports setting schema #786

Merge branch 'master' into bowen/sqlserver-schema
8b4943d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 25, 2024 in 2s

69.68% (-0.05%) compared to c409ce8

View this Pull Request on Codecov

69.68% (-0.05%) compared to c409ce8

Details

Codecov Report

Attention: Patch coverage is 55.55556% with 36 lines in your changes missing coverage. Please review.

Project coverage is 69.68%. Comparing base (c409ce8) to head (8b4943d).

Files with missing lines Patch % Lines
database/gorm/test_utils.go 47.82% 35 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
- Coverage   69.72%   69.68%   -0.05%     
==========================================
  Files         215      215              
  Lines       18456    18523      +67     
==========================================
+ Hits        12869    12907      +38     
- Misses       4882     4911      +29     
  Partials      705      705              

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