cycle / annotated

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

Add attributes #17

Closed roxblnfk closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (f399a28) into master (f3f7fef) will increase coverage by 1.19%. The diff coverage is 89.06%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
+ Coverage     88.18%   89.38%   +1.19%     
- Complexity      188      196       +8     
============================================
  Files            14       15       +1     
  Lines           381      405      +24     
============================================
+ Hits            336      362      +26     
+ Misses           45       43       -2     
Impacted Files Coverage Δ Complexity Δ
src/Annotation/Column.php 100.00% <ø> (ø) 13.00 <0.00> (ø)
src/Annotation/Embeddable.php 81.81% <ø> (ø) 8.00 <0.00> (ø)
src/Annotation/Relation/Embedded.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Annotation/Relation/Inverse.php 88.88% <ø> (ø) 14.00 <0.00> (ø)
src/Annotation/Relation/Relation.php 92.30% <ø> (ø) 7.00 <0.00> (ø)
src/Annotation/Relation/Traits/InverseTrait.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Annotation/Table.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/Annotation/Table/Index.php 100.00% <ø> (ø) 6.00 <0.00> (ø)
src/Embeddings.php 76.00% <66.66%> (ø) 10.00 <1.00> (ø)
src/Entities.php 93.67% <80.00%> (ø) 32.00 <0.00> (ø)
... and 7 more

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 f3f7fef...f399a28. Read the comment docs.