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

fix: [#280] add wrap for sql #719

Merged
merged 5 commits into from
Nov 12, 2024

update test

9edde4c
Select commit
Loading
Failed to load commit list.
Merged

fix: [#280] add wrap for sql #719

update test
9edde4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 10, 2024 in 0s

69.73% (+0.10%) compared to ab4c85c

View this Pull Request on Codecov

69.73% (+0.10%) compared to ab4c85c

Details

Codecov Report

Attention: Patch coverage is 74.80916% with 33 lines in your changes missing coverage. Please review.

Project coverage is 69.73%. Comparing base (ab4c85c) to head (9edde4c).

Files with missing lines Patch % Lines
database/schema/grammars/wrap.go 43.13% 24 Missing and 5 partials ⚠️
database/schema/grammars/postgres.go 93.93% 2 Missing ⚠️
database/schema/grammars/sqlite.go 93.10% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #719      +/-   ##
==========================================
+ Coverage   69.63%   69.73%   +0.10%     
==========================================
  Files         201      202       +1     
  Lines       15816    15875      +59     
==========================================
+ Hits        11013    11071      +58     
+ Misses       4205     4201       -4     
- Partials      598      603       +5     

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