defval / di

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

fix: calling Resolve() on a di.Injectable would overwrite the skip fields #35

Closed chirino closed 3 years ago

chirino commented 3 years ago

fix: calling Resolve() on a di.Injectable would overwrite the skip fields

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (3930f48) into master (02504b0) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   93.86%   93.91%   +0.04%     
==========================================
  Files          16       16              
  Lines         522      526       +4     
==========================================
+ Hits          490      494       +4     
  Misses         21       21              
  Partials       11       11              
Impacted Files Coverage Δ
container.go 100.00% <100.00%> (ø)

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 02504b0...3930f48. Read the comment docs.