defval / di

🛠 A full-featured dependency injection container for go programming language.
MIT License
232 stars 13 forks source link

Make graph editable #9

Closed defval closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 1.97%. The diff coverage is 91.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   89.09%   91.06%   +1.97%     
==========================================
  Files          25       19       -6     
  Lines         871      571     -300     
==========================================
- Hits          776      520     -256     
+ Misses         56       35      -21     
+ Partials       39       16      -23     
Impacted Files Coverage Δ
internal/reflection/is.go 100.00% <ø> (ø)
parameter.go 82.60% <72.00%> (-10.73%) :arrow_down:
options.go 84.37% <83.33%> (-2.20%) :arrow_down:
provider_ctor.go 89.23% <85.71%> (+2.08%) :arrow_up:
cycle.go 92.00% <92.00%> (ø)
container.go 95.54% <95.49%> (-2.75%) :arrow_down:
errors.go 100.00% <100.00%> (ø)
internal/reflection/func.go 100.00% <100.00%> (ø)
invocation.go 100.00% <100.00%> (ø)
parameter_list.go 75.00% <0.00%> (-25.00%) :arrow_down:
... and 2 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 2c463bd...7fd6791. Read the comment docs.