paulpdaniels / streamish

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

Added a new operator, more tests, new scheduler #4

Closed paulpdaniels closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.81%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   87.78%   88.59%   +0.81%     
==========================================
  Files          22       26       +4     
  Lines         393      421      +28     
  Branches       35       36       +1     
==========================================
+ Hits          345      373      +28     
  Misses         45       45              
  Partials        3        3
Impacted Files Coverage Δ
src/stream/schedulers/asyncScheduler.js 100% <ø> (ø) :arrow_up:
src/stream/operators/flatMap.js 83.33% <100%> (-0.39%) :arrow_down:
src/stream/operators/internal/_identity.js 100% <100%> (ø)
src/stream/operators/concat.js 100% <100%> (ø)
src/stream/schedulers/queueScheduler.js 100% <100%> (ø)
src/stream/operators/head.js 100% <100%> (ø)

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 9cadabc...fd60830. Read the comment docs.