paulpdaniels / streamish

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

Added moar operators, new testing helpers #2

Closed paulpdaniels closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@e373f7a). Click here to learn what that means. The diff coverage is 80.35%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master      #2   +/-   ##
========================================
  Coverage          ?   80.3%           
========================================
  Files             ?      19           
  Lines             ?     391           
  Branches          ?      45           
========================================
  Hits              ?     314           
  Misses            ?      70           
  Partials          ?       7
Impacted Files Coverage Δ
src/stream/operators/delay.js 92% <100%> (ø)
src/stream/operators/zip.js 94.23% <100%> (ø)
src/stream/operators/filter.js 90.9% <100%> (ø)
test/helpers/sandbox.js 100% <100%> (ø)
src/stream/schedulers/asyncScheduler.js 100% <100%> (ø)
src/stream/operators/combine.js 15.9% <50%> (ø)
src/stream/Subscription.js 50% <50%> (ø)
test/helpers/fakeWindow.js 76.92% <76.92%> (ø)
src/stream/operators/flatMap.js 84.44% <84.21%> (ø)

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 e373f7a...9d723ec. Read the comment docs.