cycle / database

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

Add supporting for PHP 8.1 Enum #67

Closed roxblnfk closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #67 (31cd561) into 2.x (a82e037) will increase coverage by 0.07%. The diff coverage is 94.44%.

@@             Coverage Diff              @@
##                2.x      #67      +/-   ##
============================================
+ Coverage     92.71%   92.78%   +0.07%     
- Complexity     1527     1533       +6     
============================================
  Files            94       94              
  Lines          3885     3895      +10     
============================================
+ Hits           3602     3614      +12     
+ Misses          283      281       -2     
Impacted Files Coverage Δ
src/Driver/DriverInterface.php 0.00% <ø> (ø)
src/Driver/Driver.php 85.44% <87.50%> (+0.83%) :arrow_up:
src/Driver/SQLServer/SQLServerDriver.php 89.79% <100.00%> (+0.66%) :arrow_up:
src/Query/Interpolator.php 100.00% <100.00%> (ø)
src/Query/Traits/TokenTrait.php 93.06% <100.00%> (ø)
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 a82e037...31cd561. Read the comment docs.