the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

Rename Reducer to Handler #76

Closed LouizFC closed 5 years ago

LouizFC commented 5 years ago

Fixes #64 incorrect "Reducer" signature

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into next will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           next    #76   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9      9           
  Lines        46     46           
  Branches      9      9           
===================================
  Hits         46     46
Impacted Files Coverage Δ
src/create-handler-map.ts 100% <100%> (ø) :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 9012e7c...3d5a016. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into next will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           next    #76   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9      9           
  Lines        46     46           
  Branches      9      9           
===================================
  Hits         46     46
Impacted Files Coverage Δ
src/create-handler-map.ts 100% <100%> (ø) :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 9012e7c...3d5a016. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into next will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           next    #76   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9      9           
  Lines        46     46           
  Branches      9      9           
===================================
  Hits         46     46
Impacted Files Coverage Δ
src/create-handler-map.ts 100% <100%> (ø) :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 9012e7c...903c219. Read the comment docs.

the-dr-lazy commented 5 years ago

Hi @LouizFC. Thank you for your contribution. After doing the suggested changes, this PR can be merged.