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

use own isFunction, isPlainObject´ and isSymbol checks #312

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

timche
Copy link
Member

@timche timche commented Jul 26, 2018

No description provided.

@codecov
Copy link

codecov bot commented Jul 26, 2018

Codecov Report

Merging #312 into master will increase coverage by 0.21%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
+ Coverage      96%   96.21%   +0.21%     
==========================================
  Files          24       27       +3     
  Lines         125      132       +7     
  Branches       37       39       +2     
==========================================
+ Hits          120      127       +7     
  Misses          4        4              
  Partials        1        1
Impacted Files Coverage Δ
src/combineActions.js 85.71% <ø> (ø) ⬆️
src/createActions.js 100% <ø> (ø) ⬆️
src/createAction.js 100% <ø> (ø) ⬆️
src/utils/flattenReducerMap.js 100% <ø> (ø) ⬆️
src/handleAction.js 100% <ø> (ø) ⬆️
src/handleActions.js 100% <ø> (ø) ⬆️
src/utils/isPlainObject.js 100% <100%> (ø)
src/utils/isSymbol.js 100% <100%> (ø)
src/utils/isFunction.js 100% <100%> (ø)
... and 2 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 8ae339c...d6aeba6. Read the comment docs.

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.

1 participant