boost-ext / di

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

To ctor #374

Closed krzysztof-jusiak closed 5 years ago

krzysztof-jusiak commented 5 years ago

Problem:

Solution:

Issue: #

Reviewers: @

codecov[bot] commented 5 years ago

Codecov Report

Merging #374 into cpp14 will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            cpp14     #374      +/-   ##
==========================================
+ Coverage   98.56%   98.57%   +0.01%     
==========================================
  Files          79       79              
  Lines        2929     2955      +26     
==========================================
+ Hits         2887     2913      +26     
  Misses         42       42
Impacted Files Coverage Δ
include/boost/di/core/dependency.hpp 100% <ø> (ø) :arrow_up:
include/boost/di/core/binder.hpp 100% <ø> (ø) :arrow_up:
include/boost/di/core/injector.hpp 100% <ø> (ø) :arrow_up:
include/boost/di/core/array.hpp 100% <ø> (ø) :arrow_up:
test/ft/di_bind.cpp 98.67% <100%> (+0.02%) :arrow_up:
include/boost/di.hpp 99.19% <100%> (+0.04%) :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 8306722...b9ec35f. Read the comment docs.