Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rx (feature): Support join/zip upto 5 elements #3089

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Conversation

xerial
Copy link
Member

@xerial xerial commented Aug 3, 2023

Fixes #3079

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #3089 (facc74a) into master (5a51958) will increase coverage by 0.00%.
The diff coverage is 94.73%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3089   +/-   ##
=======================================
  Coverage   82.85%   82.86%           
=======================================
  Files         349      349           
  Lines       14681    14689    +8     
  Branches     2487     2493    +6     
=======================================
+ Hits        12164    12172    +8     
  Misses       2517     2517           
Files Changed Coverage Δ
...rx/src/main/scala/wvlet/airframe/rx/RxRunner.scala 91.85% <75.00%> (+0.08%) ⬆️
...frame-rx/src/main/scala/wvlet/airframe/rx/Rx.scala 82.10% <100.00%> (+1.20%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a51958...facc74a. Read the comment docs.

@xerial xerial merged commit 2d81f35 into master Aug 4, 2023
27 checks passed
@xerial xerial deleted the join-zip-5args branch August 4, 2023 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rx: Support join/zip up to 5 events
1 participant