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

Error handle on Completable.fromCallable with RxJavaPlugins #6165

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

isfaaghyth
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 21, 2018

Codecov Report

Merging #6165 into 2.x will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6165      +/-   ##
============================================
- Coverage     98.23%   98.18%   -0.06%     
+ Complexity     6201     6196       -5     
============================================
  Files           667      667              
  Lines         44859    44860       +1     
  Branches       6214     6214              
============================================
- Hits          44069    44047      -22     
- Misses          253      266      +13     
- Partials        537      547      +10
Impacted Files Coverage Δ Complexity Δ
...operators/completable/CompletableFromCallable.java 100% <100%> (ø) 4 <0> (ø) ⬇️
...nternal/operators/observable/ObservableCreate.java 93.16% <0%> (-5.99%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelReduceFull.java 91.08% <0%> (-3.97%) 2% <0%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 90.19% <0%> (-2.62%) 2% <0%> (ø)
...va/io/reactivex/internal/queue/SpscArrayQueue.java 97.61% <0%> (-2.39%) 22% <0%> (-1%)
...ava/io/reactivex/processors/BehaviorProcessor.java 96.86% <0%> (-2.25%) 60% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...internal/operators/flowable/FlowableSwitchMap.java 95.28% <0%> (-1.89%) 3% <0%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java 95.83% <0%> (-1.67%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 94.11% <0%> (-1.61%) 5% <0%> (ø)
... and 22 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 7d65291...af41c83. Read the comment docs.

@akarnokd akarnokd merged commit 592b991 into ReactiveX:2.x Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants