cycle / annotated

Schema generation using annotated entities and mappers
MIT License
23 stars 12 forks source link

Adds STI/JTI support #31

Closed butschster closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #31 (73ea458) into 2.0 (3a53daa) will increase coverage by 0.60%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.0      #31      +/-   ##
============================================
+ Coverage     90.54%   91.14%   +0.60%     
- Complexity      188      230      +42     
============================================
  Files            16       22       +6     
  Lines           444      531      +87     
============================================
+ Hits            402      484      +82     
- Misses           42       47       +5     
Impacted Files Coverage Δ
src/Annotation/Inheritance.php 33.33% <33.33%> (ø)
src/Utils/EntityUtils.php 81.25% <81.25%> (ø)
src/TableInheritance.php 94.02% <94.02%> (ø)
src/Annotation/Inheritance/DiscriminatorColumn.php 100.00% <100.00%> (ø)
src/Annotation/Inheritance/JoinedTable.php 100.00% <100.00%> (ø)
src/Annotation/Inheritance/SingleTable.php 100.00% <100.00%> (ø)
src/Configurator.php 86.17% <100.00%> (+0.93%) :arrow_up:
src/Entities.php 97.33% <100.00%> (+3.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 3a53daa...73ea458. Read the comment docs.