paulpdaniels / streamish

A simple Functional Reactive Streaming library
MIT License
0 stars 0 forks source link

Fix flatMap error handling and concurrency limits #6

Closed paulpdaniels closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #6 into master will increase coverage by 2.2%. The diff coverage is 97.29%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #6     +/-   ##
=========================================
+ Coverage   91.83%   94.04%   +2.2%     
=========================================
  Files          29       29             
  Lines         539      554     +15     
  Branches       58       62      +4     
=========================================
+ Hits          495      521     +26     
+ Misses         41       31     -10     
+ Partials        3        2      -1
Impacted Files Coverage Δ
src/stream/operators/filter.js 95.45% <100%> (+0.45%) :arrow_up:
src/stream/operators/zip.js 95.55% <100%> (+13.55%) :arrow_up:
src/stream/Subscription.js 100% <100%> (+23.07%) :arrow_up:
src/stream/operators/delay.js 100% <100%> (+8.69%) :arrow_up:
src/stream/operators/flatMap.js 98.36% <95.45%> (-1.64%) :arrow_down:

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 c15db88...11cb83f. Read the comment docs.