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

fix circular bug and fun bug #37

Closed kurten closed 4 years ago

kurten commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will decrease coverage by 0.02%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage    90.8%   90.78%   -0.03%     
==========================================
  Files          34       34              
  Lines        1272     1280       +8     
  Branches       58       58              
==========================================
+ Hits         1155     1162       +7     
- Misses        107      108       +1     
  Partials       10       10
Impacted Files Coverage Δ
src/factory/common/managedResolverFactory.ts 85.78% <88.88%> (+0.07%) :arrow_up:

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 395dc95...2b2f966. Read the comment docs.