cycle / annotated

Schema generation using annotated entities and mappers
MIT License
24 stars 13 forks source link

Adding doctrine/annotations 2.0 support #66

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #66 (a0f927a) into 3.x (b34ca4c) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##                3.x      #66   +/-   ##
=========================================
  Coverage     90.88%   90.88%           
  Complexity      253      253           
=========================================
  Files            32       32           
  Lines           647      647           
=========================================
  Hits            588      588           
  Misses           59       59           
Impacted Files Coverage Δ
src/Annotation/Column.php 100.00% <ø> (ø)
src/Annotation/Embeddable.php 77.77% <ø> (ø)
src/Annotation/Entity.php 95.65% <ø> (ø)
src/Annotation/Inheritance/DiscriminatorColumn.php 100.00% <ø> (ø)
src/Annotation/Inheritance/JoinedTable.php 100.00% <ø> (ø)
src/Annotation/Inheritance/SingleTable.php 100.00% <ø> (ø)
src/Annotation/Relation/BelongsTo.php 100.00% <ø> (ø)
src/Annotation/Relation/Embedded.php 100.00% <ø> (ø)
src/Annotation/Relation/HasMany.php 100.00% <ø> (ø)
src/Annotation/Relation/HasOne.php 100.00% <ø> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.