paulpdaniels / streamish

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

Source streams #9

Closed paulpdaniels closed 7 years ago

paulpdaniels commented 7 years ago

Added new source streams and refactored the schedulers.

codecov-io commented 7 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.44%. The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   94.04%   94.49%   +0.44%     
==========================================
  Files          29       34       +5     
  Lines         554      599      +45     
  Branches       62       67       +5     
==========================================
+ Hits          521      566      +45     
  Misses         31       31              
  Partials        2        2
Impacted Files Coverage Δ
src/stream/source/fromTimer.js 100% <100%> (ø)
src/stream/Subscription.js 100% <100%> (ø) :arrow_up:
src/stream/operators/delay.js 100% <100%> (ø) :arrow_up:
src/stream/schedulers/scheduledItem.js 100% <100%> (ø)
src/stream/schedulers/testScheduler.js 92.3% <100%> (-5.81%) :arrow_down:
src/stream/schedulers/helpers.js 100% <100%> (ø)
src/stream/schedulers/virtualTimeScheduler.js 100% <100%> (ø)
src/stream/source/fromPromise.js 90.47% <90.47%> (ø)
... and 4 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 fc45310...d7f02e1. Read the comment docs.