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

#13 - CLI #14

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Current implementation is just copy/paste from devtools. And, for current version, usage will be:

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will decrease coverage by 5.61%. The diff coverage is 1.9%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #14      +/-   ##
============================================
- Coverage     22.13%   16.51%   -5.62%     
- Complexity      455      600     +145     
============================================
  Files            21       26       +5     
  Lines          1170     1580     +410     
============================================
+ Hits            259      261       +2     
- Misses          911     1319     +408
Impacted Files Coverage Δ Complexity Δ
src/Migrations.php 15.03% <ø> (ø) 114 <0> (ø) :arrow_down:
src/Console/Commands/Builtin/Migration.php 0% <0%> (ø) 25 <25> (?)
src/Console/Commands/Command.php 0% <0%> (ø) 68 <68> (?)
src/Console/Commands/CommandsListener.php 0% <0%> (ø) 4 <4> (?)
src/Console/Script.php 0% <0%> (ø) 26 <26> (?)
src/Console/Path.php 0% <0%> (ø) 21 <21> (?)
src/Console/Color.php 53.65% <72.72%> (ø) 16 <16> (?)
... and 2 more

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 9603ab7...9f51303. Read the comment docs.