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

Normalize Unit Testing workflow across repos #53

Closed mvorisek closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into develop will not change coverage. The diff coverage is 48.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #53   +/-   ##
==========================================
  Coverage      61.87%   61.87%           
  Complexity       157      157           
==========================================
  Files              6        6           
  Lines            362      362           
==========================================
  Hits             224      224           
  Misses           138      138           
Impacted Files Coverage Δ Complexity Δ
src/Migration/PgSQL.php 0.00% <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/Migration.php 62.55% <40.00%> (ø) 105.00 <0.00> (ø)
src/Migration/MySQL.php 100.00% <100.00%> (ø) 3.00 <0.00> (ø)
src/PhpunitTestCase.php 84.28% <100.00%> (ø) 29.00 <3.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 1fb7b82...8cd2cd7. Read the comment docs.