cycle / schema-builder

Declarative schema generation for Cycle ORM
MIT License
15 stars 11 forks source link

Adds entity typecast handler definition #36

Closed butschster closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (84e365c) into 2.0 (3b1c36b) will increase coverage by 0.63%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.0      #36      +/-   ##
============================================
+ Coverage     90.39%   91.02%   +0.63%     
- Complexity      469      496      +27     
============================================
  Files            35       35              
  Lines          1218     1304      +86     
============================================
+ Hits           1101     1187      +86     
  Misses          117      117              
Impacted Files Coverage Δ
src/Compiler.php 77.64% <100.00%> (+0.26%) :arrow_up:
src/Definition/Entity.php 93.68% <100.00%> (+0.35%) :arrow_up:
src/Relation/Morphed/MorphedHasMany.php 100.00% <0.00%> (ø)
src/Relation/ManyToMany.php 98.88% <0.00%> (+0.55%) :arrow_up:
src/Relation/HasMany.php 97.87% <0.00%> (+0.99%) :arrow_up:
src/Generator/GenerateRelations.php 95.12% <0.00%> (+2.01%) :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 3b1c36b...84e365c. Read the comment docs.