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

2.x: Improve the package docs of io.reactivex.schedulers #6280

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Nov 1, 2018

This adds some links to the important components within the package (allows faster navigation from the Overview page of the JavaDocs).

@codecov
Copy link

codecov bot commented Nov 1, 2018

Codecov Report

Merging #6280 into 2.x will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6280      +/-   ##
============================================
- Coverage     98.25%   98.21%   -0.05%     
+ Complexity     6259     6258       -1     
============================================
  Files           667      667              
  Lines         44887    44887              
  Branches       6213     6213              
============================================
- Hits          44104    44084      -20     
- Misses          247      256       +9     
- Partials        536      547      +11
Impacted Files Coverage Δ Complexity Δ
.../operators/observable/ObservableFlatMapSingle.java 89.55% <0%> (-5.23%) 2% <0%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 89.54% <0%> (-3.27%) 2% <0%> (ø)
...ava/io/reactivex/processors/BehaviorProcessor.java 95.96% <0%> (-3.14%) 59% <0%> (-1%)
...activex/internal/observers/QueueDrainObserver.java 97.43% <0%> (-2.57%) 21% <0%> (-1%)
...va/io/reactivex/internal/queue/SpscArrayQueue.java 97.61% <0%> (-2.39%) 22% <0%> (-1%)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...tivex/internal/operators/single/SingleTimeout.java 98.33% <0%> (-1.67%) 2% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.93% <0%> (-1.64%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 95.18% <0%> (-1.61%) 5% <0%> (ø)
...ternal/operators/observable/ObservableFlatMap.java 87.66% <0%> (-1.3%) 3% <0%> (ø)
... and 14 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 c3cfb5a...28b95ff. Read the comment docs.

@akarnokd akarnokd merged commit caefffa into ReactiveX:2.x Nov 2, 2018
@akarnokd akarnokd deleted the PackageSchedulersDocExpand branch November 2, 2018 09:45
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