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

#53 - Fix running timestamp based migrations #54

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue - #53

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will increase coverage by 1.46%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #54      +/-   ##
============================================
+ Coverage     33.78%   35.24%   +1.46%     
  Complexity      615      615              
============================================
  Files            26       26              
  Lines          1640     1640              
============================================
+ Hits            554      578      +24     
+ Misses         1086     1062      -24
Impacted Files Coverage Δ Complexity Δ
src/Migrations.php 55.28% <100%> (+0.3%) 115 <0> (ø) :arrow_down:
src/Console/OptionParserTrait.php 55.55% <0%> (+8.33%) 15% <0%> (ø) :arrow_down:
src/Version/ItemCollection.php 87.23% <0%> (+10.63%) 21% <0%> (ø) :arrow_down:
src/Version/TimestampedItem.php 68.75% <0%> (+68.75%) 9% <0%> (ø) :arrow_down:
src/Version/VersionAwareTrait.php 100% <0%> (+100%) 2% <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 aaaa299...f22013f. Read the comment docs.