cycle / schema-builder

Declarative schema generation for Cycle ORM
MIT License
15 stars 11 forks source link

[bugfix]: issue6 - fix sync for similar tables in dbs #7

Closed EvgenyBarinov closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.13%. The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #7      +/-   ##
============================================
+ Coverage     89.18%   89.31%   +0.13%     
- Complexity      392      394       +2     
============================================
  Files            31       31              
  Lines           989      992       +3     
============================================
+ Hits            882      886       +4     
+ Misses          107      106       -1     
Impacted Files Coverage Δ Complexity Δ
src/Generator/SyncTables.php 84.61% <81.81%> (+14.61%) 7.00 <0.00> (+2.00)

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 4a06cca...1169d1b. Read the comment docs.

wolfy-j commented 4 years ago

Thank you