defval / di

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

Decorate #32

Closed defval closed 3 years ago

defval commented 3 years ago

Decorating instances with di.Decorate

Closes #18

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (9564556) into master (375d26d) will increase coverage by 0.46%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   94.32%   94.78%   +0.46%     
==========================================
  Files          16       16              
  Lines         546      556      +10     
==========================================
+ Hits          515      527      +12     
+ Misses         20       18       -2     
  Partials       11       11              
Impacted Files Coverage Δ
cycle.go 100.00% <ø> (ø)
invocation.go 100.00% <ø> (ø)
cmp_value.go 100.00% <100.00%> (ø)
container.go 100.00% <100.00%> (ø)
node.go 91.42% <100.00%> (+0.51%) :arrow_up:
options.go 94.00% <100.00%> (+0.38%) :arrow_up:
schema.go 96.66% <100.00%> (+0.23%) :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 375d26d...9564556. Read the comment docs.