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: beautify code and error msg #7

Closed wzhudev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (f26d24b) into master (7ed0470) will increase coverage by 0.48%. The diff coverage is 98.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   96.60%   97.08%   +0.48%     
==========================================
  Files          19       19              
  Lines         618      583      -35     
  Branches      122      112      -10     
==========================================
- Hits          597      566      -31     
+ Misses         20       16       -4     
  Partials        1        1              
Impacted Files Coverage Δ
src/dependencyIdentifier.ts 100.00% <ø> (ø)
src/publicApi.ts 100.00% <ø> (ø)
src/idleValue.ts 67.50% <50.00%> (+2.38%) :arrow_up:
src/decorators.ts 100.00% <100.00%> (ø)
src/dependencyCollection.ts 100.00% <100.00%> (ø)
src/dependencyDescriptor.ts 100.00% <100.00%> (ø)
src/dependencyForwardRef.ts 100.00% <100.00%> (ø)
src/dependencyItem.ts 100.00% <100.00%> (ø)
src/dependencyLookUp.ts 100.00% <100.00%> (ø)
src/dependencyQuantity.ts 100.00% <100.00%> (ø)
... and 6 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 c331fb8...f26d24b. Read the comment docs.