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 xml #24

Closed kurten closed 5 years ago

kurten commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.08%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #24      +/-   ##
=========================================
+ Coverage   87.52%   87.6%   +0.08%     
=========================================
  Files          32      34       +2     
  Lines        1234    1259      +25     
  Branches       52      52              
=========================================
+ Hits         1080    1103      +23     
- Misses        144     146       +2     
  Partials       10      10
Impacted Files Coverage Δ
src/base/configuration.ts 85.29% <100%> (ø) :arrow_up:
src/factory/common/managedResolverFactory.ts 83.43% <100%> (ø) :arrow_up:
src/factory/xml/xmlObjectDefinitionParser.ts 85.93% <100%> (ø) :arrow_up:
src/base/messageSource.ts 95.83% <100%> (ø) :arrow_up:
src/utils/lodashWrap.ts 100% <100%> (ø)
src/factory/common/autowire.ts 87.17% <100%> (ø) :arrow_up:
src/utils/xmldomWrap.ts 60% <60%> (ø)

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 d89c72f...4b63bec. Read the comment docs.