Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(common): add reducer combineObj method and rename old combine to… #115

Merged
merged 1 commit into from
Oct 2, 2022

Conversation

vitoke
Copy link
Contributor

@vitoke vitoke commented Oct 2, 2022

… combineArr

BREAKING CHANGE: reducer and asyncReducer combine method has been renamed to combineArr

Fixes #114

… combineArr

BREAKING CHANGE: reducer and asyncReducer combine method has been renamed to combineArr
@codecov-commenter
Copy link

Codecov Report

Base: 93.51% // Head: 93.52% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (86e451c) compared to base (30d4283).
Patch coverage: 96.05% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   93.51%   93.52%           
=======================================
  Files         216      216           
  Lines       14097    14160   +63     
  Branches     2866     2872    +6     
=======================================
+ Hits        13183    13243   +60     
- Misses        828      831    +3     
  Partials       86       86           
Impacted Files Coverage Δ
packages/common/src/reducer.ts 98.87% <95.23%> (-0.70%) ⬇️
packages/common/src/async-reducer.ts 98.51% <97.05%> (-0.24%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vitoke vitoke merged commit 3be3136 into main Oct 2, 2022
@vitoke vitoke deleted the feat/add-reducer-combineobj branch October 2, 2022 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an (async)reducer method to combine multiple reducers into an object
2 participants