kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.44k stars 270 forks source link

Bind DB Schema instance instead of singleton #165

Closed kitloong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #165 (3ba2aca) into 6.x (4c04e38) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                6.x     #165   +/-   ##
=========================================
  Coverage     93.48%   93.49%           
- Complexity      873      875    +2     
=========================================
  Files           114      114           
  Lines          2502     2505    +3     
=========================================
+ Hits           2339     2342    +3     
  Misses          163      163           
Impacted Files Coverage Δ
src/MigrateGenerateCommand.php 96.31% <100.00%> (+0.01%) :arrow_up:
src/Migration/TableMigration.php 100.00% <100.00%> (ø)
src/MigrationsGeneratorServiceProvider.php 98.57% <100.00%> (+0.04%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.