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

#51 - Fix generation of null columns #52

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue - #51

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.5%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #52     +/-   ##
===========================================
+ Coverage     33.27%   33.78%   +0.5%     
- Complexity      614      615      +1     
===========================================
  Files            26       26             
  Lines          1638     1640      +2     
===========================================
+ Hits            545      554      +9     
+ Misses         1093     1086      -7
Impacted Files Coverage Δ Complexity Δ
src/Mvc/Model/Migration.php 51.2% <100%> (+1.2%) 173 <0> (+1) :arrow_up:
src/Generator/Snippet.php 28.81% <0%> (+5.08%) 17% <0%> (ø) :arrow_down:

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 aba7c78...914487b. Read the comment docs.