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

Merge 6.x #192

Closed kitloong closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (116f50f) 91.91% compared to head (f4e1fee) 91.74%. Report is 17 commits behind head on main.

Files Patch % Lines
src/DBAL/Models/SQLSrv/SQLSrvColumn.php 33.33% 2 Missing :warning:
src/Enum/Migrations/Method/ColumnType.php 50.00% 1 Missing :warning:
src/Migration/TableMigration.php 50.00% 1 Missing :warning:
.../Repositories/Entities/MariaDB/CheckConstraint.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #192 +/- ## ============================================ - Coverage 91.91% 91.74% -0.17% - Complexity 883 895 +12 ============================================ Files 112 113 +1 Lines 2796 2836 +40 ============================================ + Hits 2570 2602 +32 - Misses 226 234 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.