cycle / annotated

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

[feature] psr-2 code style fix #3

Closed alexndr-novikov closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #3      +/-   ##
============================================
+ Coverage     88.64%   88.67%   +0.03%     
  Complexity      185      185              
============================================
  Files            14       14              
  Lines           370      371       +1     
============================================
+ Hits            328      329       +1     
  Misses           42       42
Impacted Files Coverage Δ Complexity Δ
src/Annotation/Table/Index.php 100% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Annotation/Column.php 100% <ø> (ø) 13 <0> (ø) :arrow_down:
src/Annotation/Relation/Inverse.php 89.47% <ø> (ø) 14 <0> (ø) :arrow_down:
src/Annotation/Relation/Traits/InverseTrait.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
src/Annotation/Relation/Embedded.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
src/Annotation/Relation/Relation.php 92.3% <ø> (ø) 7 <0> (ø) :arrow_down:
src/Annotation/Embeddable.php 81.81% <ø> (ø) 8 <0> (ø) :arrow_down:
src/Annotation/Table.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Embeddings.php 80% <ø> (ø) 10 <0> (ø) :arrow_down:
src/Configurator.php 82% <ø> (ø) 40 <0> (ø) :arrow_down:
... and 2 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 c664810...c0524e4. Read the comment docs.