atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Feature/add factory method #14

Closed DarkSide666 closed 5 years ago

DarkSide666 commented 5 years ago

Implements factory method getMigration(), uses connection->driver, few changes in phpunit test suite, more tests, changed syntax in readme.

codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into develop will increase coverage by 0.8%. The diff coverage is 74.35%.

Impacted file tree graph

@@             Coverage Diff              @@
##             develop      #14     +/-   ##
============================================
+ Coverage      73.42%   74.22%   +0.8%     
- Complexity       120      122      +2     
============================================
  Files              5        5             
  Lines            286      291      +5     
============================================
+ Hits             210      216      +6     
+ Misses            76       75      -1
Impacted Files Coverage Δ Complexity Δ
src/PHPUnit_SchemaTestCase.php 85.5% <100%> (+8.12%) 31 <0> (-8) :arrow_down:
src/Migration.php 73.6% <72.22%> (-1.54%) 84 <24> (+10)

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 a7fa1e5...994285f. Read the comment docs.