cycle / annotated

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

Fix test #79

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #79 (5f5ad9d) into 3.x (78c8f0e) will increase coverage by 0.30%. The diff coverage is 98.07%.

@@             Coverage Diff              @@
##                3.x      #79      +/-   ##
============================================
+ Coverage     90.88%   91.18%   +0.30%     
- Complexity      253      264      +11     
============================================
  Files            32       32              
  Lines           647      681      +34     
============================================
+ Hits            588      621      +33     
- Misses           59       60       +1     
Impacted Files Coverage Δ
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% <ø> (ø)
src/Annotation/Relation/Inverse.php 100.00% <ø> (ø)
... and 14 more