Redux-ReactiveSwift icon indicating copy to clipboard operation
Redux-ReactiveSwift copied to clipboard

Add mixin-like approach of connecting custom middleware to Store

Open soxjke opened this issue 7 years ago • 1 comments

This is intended to close issue #3

TODO:

  • [ ] Add unit tests coverage
  • [ ] Add docs

soxjke avatar Jan 01 '18 20:01 soxjke

Codecov Report

Merging #8 into master will increase coverage by 0.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #8      +/-   ##
=========================================
+ Coverage   95.91%   96.3%   +0.39%     
=========================================
  Files           3       2       -1     
  Lines         392     298      -94     
  Branches       32       0      -32     
=========================================
- Hits          376     287      -89     
+ Misses         16      11       -5
Impacted Files Coverage Δ
Redux-ReactiveSwift/Tests/StoreSpec.swift 100% <0%> (ø) :arrow_up:
Redux-ReactiveSwift/Tests/CallSpy.swift 80.7% <0%> (+2.32%) :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 fef7571...82e6535. Read the comment docs.

codecov[bot] avatar Jan 01 '18 20:01 codecov[bot]