boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.17k stars 140 forks source link

Cleanup/Decoupling/Improvements #297

Closed kris-jusiak closed 6 years ago

kris-jusiak commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #297 into cpp14 will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            cpp14     #297      +/-   ##
==========================================
- Coverage   98.51%   98.51%   -0.01%     
==========================================
  Files          80       79       -1     
  Lines        2898     2888      -10     
==========================================
- Hits         2855     2845      -10     
  Misses         43       43
Impacted Files Coverage Δ
test/ut/type_traits/memory_traits.cpp 100% <ø> (ø) :arrow_up:
include/boost/di/scopes/singleton.hpp 100% <ø> (ø) :arrow_up:
include/boost/di.hpp 99.13% <ø> (-0.01%) :arrow_down:
include/boost/di/scopes/unique.hpp 100% <ø> (ø) :arrow_up:
test/ut/concepts/configurable.cpp 100% <ø> (ø) :arrow_up:
include/boost/di/config.hpp 100% <ø> (ø) :arrow_up:
test/ut/core/provider.cpp 100% <100%> (ø) :arrow_up:
test/common/fakes/fake_config.hpp 100% <100%> (ø) :arrow_up:
test/ut/type_traits/scope_traits.cpp 100% <100%> (ø)
test/ft/di_config.cpp 99.2% <100%> (+0.18%) :arrow_up:
... and 5 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 5871fde...47198eb. Read the comment docs.