cycle / annotated

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

Add `property` parameter for the Column attribute/annotation #18

Closed roxblnfk closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (4acd7cd) into master (92301f0) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
+ Coverage     89.38%   89.87%   +0.49%     
- Complexity      196      201       +5     
============================================
  Files            15       15              
  Lines           405      415      +10     
============================================
+ Hits            362      373      +11     
+ Misses           43       42       -1     
Impacted Files Coverage Δ Complexity Δ
src/Annotation/Column.php 100.00% <100.00%> (ø) 15.00 <2.00> (+2.00)
src/Configurator.php 84.68% <100.00%> (+1.18%) 43.00 <0.00> (+3.00)
src/MergeIndexes.php 89.58% <0.00%> (+2.08%) 22.00% <0.00%> (ø%)

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 92301f0...4acd7cd. Read the comment docs.