phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

#68 - Added new option to ignore referenced schema #74

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue: #68

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will increase coverage by 1.16%. The diff coverage is 62.5%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #74      +/-   ##
============================================
+ Coverage     44.39%   45.56%   +1.16%     
- Complexity      507      509       +2     
============================================
  Files            23       23              
  Lines          1365     1374       +9     
============================================
+ Hits            606      626      +20     
+ Misses          759      748      -11
Impacted Files Coverage Δ Complexity Δ
src/Console/Commands/Migration.php 0% <0%> (ø) 41 <0> (ø) :arrow_down:
src/Mvc/Model/Migration.php 53.59% <100%> (ø) 126 <1> (ø) :arrow_down:
src/Migrations.php 56.71% <100%> (+0.39%) 117 <0> (ø) :arrow_down:
src/Migration/Action/Generate.php 96.77% <100%> (+13.81%) 44 <6> (+2) :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 38028e8...07875f7. Read the comment docs.