paulpdaniels / streamish

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

Adding compatibility, source operators #10

Closed paulpdaniels closed 7 years ago

paulpdaniels commented 7 years ago

Added some compatibility operators.

codecov-io commented 7 years ago

Codecov Report

Merging #10 into master will increase coverage by 4.51%. The diff coverage is 95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10      +/-   ##
=======================================
+ Coverage   94.49%   99%   +4.51%     
=======================================
  Files          34    36       +2     
  Lines         599   602       +3     
  Branches       67    69       +2     
=======================================
+ Hits          566   596      +30     
+ Misses         31     5      -26     
+ Partials        2     1       -1
Impacted Files Coverage Δ
src/stream/observable/getObservable.js 100% <ø> (ø)
src/stream/operators/take.js 100% <100%> (+9.09%) :arrow_up:
src/stream/operators/flatMap.js 100% <100%> (+1.63%) :arrow_up:
src/stream/Stream.js 100% <100%> (+30%) :arrow_up:
src/stream/Flow.js 100% <100%> (+8.33%) :arrow_up:
src/stream/operators/debounce.js 100% <100%> (ø) :arrow_up:
src/stream/source/fromIterable.js 91.3% <91.3%> (ø)
... and 8 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 4900878...023af80. Read the comment docs.