re-rxjs / react-rxjs

React bindings for RxJS
https://react-rxjs.org
MIT License
549 stars 19 forks source link

Utils improvements #168

Closed josepot closed 3 years ago

josepot commented 3 years ago

Lots of stuff in this PR:

codecov[bot] commented 3 years ago

Codecov Report

Merging #168 (b2d5c5c) into main (df25aeb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #168   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        24    +1     
  Lines          376       375    -1     
  Branches        48        46    -2     
=========================================
- Hits           376       375    -1     
Impacted Files Coverage Δ
packages/utils/src/collect.ts 100.00% <100.00%> (ø)
packages/utils/src/collectValues.ts 100.00% <100.00%> (ø)
packages/utils/src/getGroupedObservable.ts 100.00% <100.00%> (ø)
packages/utils/src/internal-utils.ts 100.00% <100.00%> (ø)
packages/utils/src/split.ts 100.00% <100.00%> (ø)

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 df25aeb...f6b95ae. Read the comment docs.

josepot commented 3 years ago

I can't believe that the bundle size went down! :thinking: