paulpdaniels / streamish

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

Scheduler passing #5

Closed paulpdaniels closed 7 years ago

paulpdaniels commented 7 years ago

Adds the scheduler passing capability to all of the operators.

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will increase coverage by 3.23%. The diff coverage is 94.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   88.59%   91.83%   +3.23%     
==========================================
  Files          26       29       +3     
  Lines         421      539     +118     
  Branches       36       58      +22     
==========================================
+ Hits          373      495     +122     
+ Misses         45       41       -4     
  Partials        3        3
Impacted Files Coverage Δ
src/stream/operators/compose.js 100% <ø> (ø) :arrow_up:
src/stream/operators/flatMap.js 100% <100%> (+16.66%) :arrow_up:
test/helpers/fakeWindow.js 75% <100%> (ø) :arrow_up:
src/stream/Subscription.js 76.92% <100%> (-23.08%) :arrow_down:
src/stream/operators/take.js 90.9% <100%> (+0.43%) :arrow_up:
src/stream/schedulers/asyncScheduler.js 100% <100%> (ø) :arrow_up:
src/stream/operators/notification.js 100% <100%> (ø)
src/stream/operators/internal/_pipe.js 100% <100%> (ø) :arrow_up:
src/stream/operators/debounce.js 100% <100%> (ø)
src/stream/operators/concat.js 100% <100%> (ø) :arrow_up:
... and 15 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 220edb7...3c5ca70. Read the comment docs.