cycle / database

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

Adds ability to set driver name #38

Closed butschster closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (ad477d6) into 2.x (5059b81) will increase coverage by 0.11%. The diff coverage is 90.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x      #38      +/-   ##
============================================
+ Coverage     92.73%   92.85%   +0.11%     
- Complexity     1521     1524       +3     
============================================
  Files            93       93              
  Lines          3937     3946       +9     
============================================
+ Hits           3651     3664      +13     
+ Misses          286      282       -4     
Impacted Files Coverage Δ
src/Config/DatabaseConfig.php 97.29% <75.00%> (-2.71%) :arrow_down:
src/Driver/Driver.php 88.38% <100.00%> (+2.44%) :arrow_up:
src/Driver/MySQL/MySQLDriver.php 100.00% <0.00%> (+4.34%) :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 5059b81...ad477d6. Read the comment docs.