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

Update CS - require strict types #56

Closed mvorisek closed 4 years ago

mvorisek commented 4 years ago

fix #55

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into develop will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #56      +/-   ##
=============================================
+ Coverage      61.87%   61.98%   +0.10%     
- Complexity       157      158       +1     
=============================================
  Files              6        6              
  Lines            362      363       +1     
=============================================
+ Hits             224      225       +1     
  Misses           138      138              
Impacted Files Coverage Δ Complexity Δ
src/Migration/MySQL.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Migration/PgSQL.php 0.00% <ø> (ø) 10.00 <0.00> (ø)
src/Migration/SQLite.php 100.00% <ø> (ø) 6.00 <0.00> (ø)
src/MigratorConsole.php 0.00% <ø> (ø) 4.00 <0.00> (ø)
src/PhpunitTestCase.php 84.28% <ø> (ø) 29.00 <0.00> (ø)
src/Migration.php 62.71% <100.00%> (+0.15%) 106.00 <0.00> (+1.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 008909c...d3603f9. Read the comment docs.