cycle / database

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

Fixes problem with getting prefixed tables from database with defined schema. #17

Closed butschster closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #17 (bc53cf9) into master (b96ecc8) will increase coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head bc53cf9 differs from pull request most recent head e0c21f6. Consider uploading reports for the commit e0c21f6 to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
+ Coverage     93.16%   93.22%   +0.05%     
- Complexity     1486     1487       +1     
============================================
  Files            70       70              
  Lines          3920     3924       +4     
============================================
+ Hits           3652     3658       +6     
+ Misses          268      266       -2     
Impacted Files Coverage Δ
src/Database.php 100.00% <100.00%> (ø)
src/Table.php 100.00% <0.00%> (+2.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 b96ecc8...e0c21f6. Read the comment docs.