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

Fix error #208

Closed kitloong closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 95.47%. Comparing base (925b517) to head (74a1601).

Files Patch % Lines
src/Repositories/MySQLRepository.php 66.66% 1 Missing :warning:
src/Repositories/PgSQLRepository.php 50.00% 1 Missing :warning:
src/Repositories/SQLSrvRepository.php 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 7.x #208 +/- ## ============================================ + Coverage 93.03% 95.47% +2.43% + Complexity 885 878 -7 ============================================ Files 100 99 -1 Lines 2527 2475 -52 ============================================ + Hits 2351 2363 +12 + Misses 176 112 -64 ```

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