cycle / database

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

Adding schema to the table dependencies #102

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #102 (90c8a77) into 2.x (987591e) will increase coverage by 0.19%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x     #102      +/-   ##
============================================
+ Coverage     94.28%   94.48%   +0.19%     
- Complexity     1643     1645       +2     
============================================
  Files            98       96       -2     
  Lines          4465     4462       -3     
============================================
+ Hits           4210     4216       +6     
+ Misses          255      246       -9     
Impacted Files Coverage Δ
src/Driver/Postgres/Schema/PostgresTable.php 95.76% <100.00%> (+0.22%) :arrow_up:
src/Driver/DriverInterface.php
src/ForeignKeyInterface.php

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

butschster commented 1 year ago

I've just checked on my project, it works!