cycle / annotated

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

Replaces Annotation\Attributes with Annotation\NamedArgumentConstructor for all Annotation classes #34

Closed butschster closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (d2b7fe3) into 2.0 (e4ae8aa) will decrease coverage by 0.75%. The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.0      #34      +/-   ##
============================================
- Coverage     91.14%   90.39%   -0.76%     
+ Complexity      230      229       -1     
============================================
  Files            22       32      +10     
  Lines           531      552      +21     
============================================
+ Hits            484      499      +15     
- Misses           47       53       +6     
Impacted Files Coverage Δ
src/Annotation/Inheritance.php 33.33% <ø> (ø)
src/Annotation/Inheritance/JoinedTable.php 100.00% <ø> (ø)
src/Annotation/Inheritance/SingleTable.php 100.00% <ø> (ø)
src/Annotation/Relation/Traits/InverseTrait.php 100.00% <ø> (ø)
...Exception/AnnotationWrongTypeArgumentException.php 0.00% <0.00%> (ø)
src/Annotation/Relation/Relation.php 81.81% <33.33%> (-10.49%) :arrow_down:
src/Configurator.php 83.87% <40.00%> (-2.31%) :arrow_down:
src/Annotation/Relation/Inverse.php 90.00% <85.71%> (+1.11%) :arrow_up:
src/Annotation/Column.php 100.00% <100.00%> (ø)
src/Annotation/Embeddable.php 77.77% <100.00%> (-4.05%) :arrow_down:
... and 17 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 282a793...d2b7fe3. Read the comment docs.