cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

smallint column type support #58

Closed gam6itko closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (73cff89) into 2.x (2496d77) will increase coverage by 0.15%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #58      +/-   ##
============================================
+ Coverage     92.69%   92.84%   +0.15%     
- Complexity     1520     1526       +6     
============================================
  Files            94       94              
  Lines          3858     3883      +25     
============================================
+ Hits           3576     3605      +29     
+ Misses          282      278       -4     
Impacted Files Coverage Δ
src/Driver/Postgres/Schema/PostgresColumn.php 92.02% <ø> (ø)
src/Driver/SQLServer/Schema/SQLServerColumn.php 94.77% <ø> (ø)
src/Driver/SQLite/Schema/SQLiteColumn.php 97.95% <ø> (ø)
src/Schema/AbstractColumn.php 96.62% <ø> (ø)
src/Schema/AbstractTable.php 93.50% <ø> (ø)
src/Driver/MySQL/Schema/MySQLColumn.php 92.45% <100.00%> (+0.45%) :arrow_up:
src/Config/DatabaseConfig.php 97.36% <0.00%> (+0.14%) :arrow_up:
src/Query/Interpolator.php 100.00% <0.00%> (+10.81%) :arrow_up:

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 2496d77...73cff89. Read the comment docs.