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

修复循环引用bug #40

Closed kurten closed 4 years ago

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

Codecov Report

Merging #40 into master will decrease coverage by 0.04%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   90.63%   90.59%   -0.05%     
==========================================
  Files          34       34              
  Lines        1282     1287       +5     
  Branches       59       60       +1     
==========================================
+ Hits         1162     1166       +4     
- Misses        109      110       +1     
  Partials       11       11              
Impacted Files Coverage Δ
src/factory/common/managedResolverFactory.ts 84.80% <71.42%> (-0.13%) :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 578a94f...124b076. Read the comment docs.