Yarikx / reductor

Redux for Android. Predictable state container library for Java/Android
Apache License 2.0
463 stars 27 forks source link

Add support for Reducer interface inheritance #36

Closed marekoid closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #36      +/-   ##
============================================
+ Coverage     91.47%   91.62%   +0.15%     
- Complexity      206      207       +1     
============================================
  Files            27       27              
  Lines           774      776       +2     
  Branches         90       91       +1     
============================================
+ Hits            708      711       +3     
+ Misses           47       46       -1     
  Partials         19       19
Impacted Files Coverage Δ Complexity Δ
...ava/com/yheriatovych/reductor/processor/Utils.java 89.28% <100%> (+4.67%) 11 <0> (+1) :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 dcfbb18...3b1a297. Read the comment docs.

Yarikx commented 6 years ago

Hi @marekoid

Thanks for your contribution. That's a good point about superinterface. Will merge it and release in next version

marekoid commented 6 years ago

Cheers Yaroslav!