midwayjs / injection

Injection is a powerful inversion of control container that is widely used in the midway framework and brings good user experience.
MIT License
160 stars 20 forks source link

refactor: support property get/set method #11

Closed czy88840616 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.07%. The diff coverage is 94.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage    87.2%   87.13%   -0.08%     
==========================================
  Files          31       31              
  Lines        1204     1220      +16     
  Branches       47       47              
==========================================
+ Hits         1050     1063      +13     
- Misses        144      147       +3     
  Partials       10       10
Impacted Files Coverage Δ
src/annotation/objectDef.ts 83.87% <100%> (ø) :arrow_up:
src/utils/metaKeys.ts 100% <100%> (ø) :arrow_up:
src/base/decoratorManager.ts 96.07% <94.33%> (-2.76%) :arrow_down:

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 efebebb...cc4306c. Read the comment docs.