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

:lipstick: warn user about missing identifier #9

Closed wzhudev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (3f89099) into master (b0605ec) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   96.67%   96.68%   +0.01%     
==========================================
  Files          21       21              
  Lines         631      633       +2     
  Branches      135      136       +1     
==========================================
+ Hits          610      612       +2     
  Misses         20       20              
  Partials        1        1              
Impacted Files Coverage Δ
src/decorators.ts 100.00% <100.00%> (ø)
src/dependencyQuantity.ts 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 b0605ec...3f89099. Read the comment docs.