kitloong / laravel-migrations-generator

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

Support SQLite database #88

Closed kitloong closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (6702db0) into 6.x (90b57e6) will decrease coverage by 0.22%. The diff coverage is 89.41%.

@@             Coverage Diff              @@
##                6.x      #88      +/-   ##
============================================
- Coverage     94.11%   93.88%   -0.23%     
- Complexity      617      648      +31     
============================================
  Files            96      101       +5     
  Lines          1733     1816      +83     
============================================
+ Hits           1631     1705      +74     
- Misses          102      111       +9     
Impacted Files Coverage Δ
src/MigrationsGeneratorServiceProvider.php 100.00% <ø> (ø)
src/Repositories/SQLiteRepository.php 80.00% <80.00%> (ø)
src/Support/Regex.php 86.66% <83.33%> (-3.34%) :arrow_down:
src/DBAL/Models/SQLite/SQLiteColumn.php 86.36% <86.36%> (ø)
src/DBAL/SQLiteSchema.php 93.75% <93.75%> (ø)
src/DBAL/Models/PgSQL/PgSQLColumn.php 91.04% <100.00%> (ø)
src/DBAL/Models/SQLite/SQLiteTable.php 100.00% <100.00%> (ø)
src/DBAL/Models/SQLite/SQLiteView.php 100.00% <100.00%> (ø)
src/DBAL/RegisterColumnType.php 100.00% <100.00%> (ø)
src/MigrateGenerateCommand.php 96.04% <100.00%> (+0.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90b57e6...6702db0. Read the comment docs.