wzhudev / redi

💉 A dependency injection library for TypeScript & JavaScript, along with a binding for React.
https://redi.wendell.fun
MIT License
104 stars 17 forks source link

:sparkles: add useDependency #5

Closed wzhudev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (6863dbd) into master (ae7a216) will increase coverage by 0.03%. The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   96.88%   96.91%   +0.03%     
==========================================
  Files          18       19       +1     
  Lines         609      615       +6     
  Branches      122      121       -1     
==========================================
+ Hits          590      596       +6     
  Misses         18       18              
  Partials        1        1              
Impacted Files Coverage Δ
src/injector.ts 99.58% <ø> (ø)
src/react-bindings/reactComponent.tsx 91.66% <ø> (ø)
src/react-bindings/reactDecorators.ts 94.44% <94.44%> (ø)
src/react-bindings/publicApi.ts 100.00% <100.00%> (ø)
src/react-bindings/reactHooks.tsx 100.00% <100.00%> (+3.44%) :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 ae7a216...6863dbd. Read the comment docs.