paulpdaniels / streamish

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

Adding test coverage, fixing operators, babel compilation #3

Closed paulpdaniels closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #3 into master will increase coverage by 7.47%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage    80.3%   87.78%   +7.47%     
==========================================
  Files          19       22       +3     
  Lines         391      393       +2     
  Branches       45       35      -10     
==========================================
+ Hits          314      345      +31     
+ Misses         70       45      -25     
+ Partials        7        3       -4
Impacted Files Coverage Δ
src/stream/Sink.js 81.81% <ø> (-1.52%) :arrow_down:
test/helpers/fakeWindow.js 75% <ø> (-1.93%) :arrow_down:
src/stream/Flow.js 100% <ø> (ø) :arrow_up:
src/stream/schedulers/asyncScheduler.js 100% <ø> (ø) :arrow_up:
src/stream/schedulers/testScheduler.js 100% <ø> (ø) :arrow_up:
src/stream/Subscription.js 100% <100%> (+50%) :arrow_up:
src/stream/operators/combine.js 91.17% <100%> (+75.26%) :arrow_up:
src/stream/operators/flatMap.js 83.72% <100%> (-0.73%) :arrow_down:
src/stream/operators/delay.js 91.66% <100%> (-0.34%) :arrow_down:
src/stream/operators/internal/_fill.js 100% <100%> (ø)
... and 17 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 01ec423...791fd45. Read the comment docs.