boost-ext / di

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

:new: [extension] Runtime provider/injector #372

Closed krzysztof-jusiak closed 5 years ago

krzysztof-jusiak commented 5 years ago

Problem:

Solution:

Problem:

Solution:

Issue: #

Reviewers: @

codecov[bot] commented 5 years ago

Codecov Report

Merging #372 into cpp14 will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            cpp14     #372      +/-   ##
==========================================
+ Coverage   98.56%   98.56%   +<.01%     
==========================================
  Files          79       79              
  Lines        2917     2929      +12     
==========================================
+ Hits         2875     2887      +12     
  Misses         42       42
Impacted Files Coverage Δ
include/boost/di/core/dependency.hpp 100% <ø> (ø) :arrow_up:
include/boost/di/core/injector.hpp 100% <ø> (ø) :arrow_up:
test/ft/di_bind.cpp 98.64% <100%> (ø) :arrow_up:
test/ft/di_injector.cpp 98.58% <100%> (+0.03%) :arrow_up:
include/boost/di.hpp 99.14% <100%> (+0.01%) :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 0c28af3...b53af79. Read the comment docs.