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: [#280] Implement Mysql driver #725

Merged
merged 6 commits into from
Nov 17, 2024

add ready method

89a166c
Select commit
Loading
Failed to load commit list.
Merged

feat: [#280] Implement Mysql driver #725

add ready method
89a166c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2024 in 1s

69.78% (+0.05%) compared to 197dd26

View this Pull Request on Codecov

69.78% (+0.05%) compared to 197dd26

Details

Codecov Report

Attention: Patch coverage is 63.82114% with 89 lines in your changes missing coverage. Please review.

Project coverage is 69.78%. Comparing base (197dd26) to head (89a166c).

Files with missing lines Patch % Lines
database/schema/grammars/mysql.go 72.05% 36 Missing and 2 partials ⚠️
database/schema/mysql_schema.go 35.08% 31 Missing and 6 partials ⚠️
support/docker/mysql.go 0.00% 4 Missing and 2 partials ⚠️
database/orm/orm.go 0.00% 2 Missing ⚠️
database/schema/common_schema.go 0.00% 1 Missing and 1 partial ⚠️
database/schema/grammars/postgres.go 71.42% 2 Missing ⚠️
database/schema/grammars/sqlite.go 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #725      +/-   ##
==========================================
+ Coverage   69.72%   69.78%   +0.05%     
==========================================
  Files         202      205       +3     
  Lines       16107    16334     +227     
==========================================
+ Hits        11230    11398     +168     
- Misses       4242     4295      +53     
- Partials      635      641       +6     

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