kitloong / laravel-migrations-generator

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

Ignore vendor migrations #189

Closed kitloong closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #189 (e601aa1) into 6.x (45af5f6) will decrease coverage by 0.04%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                6.x     #189      +/-   ##
============================================
- Coverage     91.78%   91.75%   -0.04%     
- Complexity      886      895       +9     
============================================
  Files           112      113       +1     
  Lines          2800     2837      +37     
============================================
+ Hits           2570     2603      +33     
- Misses          230      234       +4     
Files Coverage Δ
src/MigrateGenerateCommand.php 96.78% <100.00%> (+0.03%) :arrow_up:
src/Migration/Migrator/Migrator.php 100.00% <100.00%> (ø)
src/MigrationsGeneratorServiceProvider.php 98.91% <100.00%> (+0.08%) :arrow_up:

... and 2 files with indirect coverage changes