rsm-hcd / AndcultureCode.JavaScript.React

Common patterns, functions, etc... used when building react applications
6 stars 8 forks source link

Add use-sorted-alphabetically.ts #48

Closed mrjones2014 closed 3 years ago

mrjones2014 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (b6f2840) into main (4b9f62b) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   94.51%   94.62%   +0.11%     
==========================================
  Files          15       16       +1     
  Lines         237      242       +5     
  Branches       27       27              
==========================================
+ Hits          224      229       +5     
  Misses         12       12              
  Partials        1        1              
Impacted Files Coverage Δ
src/hooks/use-sorted-alphabetically.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 4b9f62b...c1c5d56. Read the comment docs.

mrjones2014 commented 3 years ago

@brandongregoryscott pushed up some changes to address your feedback!