Skip to content

Fix flaky tests, Fix a missing await() call. F java

3ff3dd8
Select commit
Loading
Failed to load commit list.
Merged

4.x: Enhance Streamable/Streamer and DisposableContainer APIs #8092

Fix flaky tests, Fix a missing await() call. F java
3ff3dd8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2026 in 1s

98.90% (target 95.00%)

View this Pull Request on Codecov

98.90% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 41.81818% with 192 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.90%. Comparing base (2e84b74) to head (3ff3dd8).
⚠️ Report is 1 commits behind head on 4.x.

Files with missing lines Patch % Lines
...nternal/schedulers/SchedulerToExecutorService.java 0.00% 106 Missing ⚠️
.../main/java/io/reactivex/rxjava4/core/Streamer.java 43.58% 21 Missing and 1 partial ⚠️
...ain/java/io/reactivex/rxjava4/core/Streamable.java 75.67% 17 Missing and 1 partial ⚠️
.../operators/streamable/StreamableFromPublisher.java 78.04% 6 Missing and 3 partials ⚠️
...tivex/rxjava4/disposables/CompositeDisposable.java 0.00% 8 Missing ⚠️
.../internal/disposables/ListCompositeDisposable.java 0.00% 8 Missing ⚠️
...tivex/rxjava4/disposables/DisposableContainer.java 46.15% 7 Missing ⚠️
...main/java/io/reactivex/rxjava4/core/Scheduler.java 28.57% 5 Missing ⚠️
...rnal/virtual/FlowableVirtualTransformExecutor.java 68.75% 5 Missing ⚠️
...ctivex/rxjava4/core/CompletionStageDisposable.java 60.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##                4.x    #8092      +/-   ##
============================================
- Coverage     99.29%   98.90%   -0.39%     
- Complexity     6829     6862      +33     
============================================
  Files           764      767       +3     
  Lines         48246    48557     +311     
  Branches       6470     6506      +36     
============================================
+ Hits          47905    48025     +120     
- Misses          210      396     +186     
- Partials        131      136       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.