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: fix javadoc for ConnectableFlowable and others #5738

Merged
merged 1 commit into from
Nov 22, 2017

Conversation

davidmoten
Copy link
Collaborator

Some javadoc fixes for ConnectableFlowable, GroupedFlowable and FlowableAutoConnect

@codecov
Copy link

codecov bot commented Nov 22, 2017

Codecov Report

Merging #5738 into 2.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x    #5738   +/-   ##
=========================================
  Coverage     96.27%   96.27%           
+ Complexity     5828     5827    -1     
=========================================
  Files           634      634           
  Lines         41615    41615           
  Branches       5761     5761           
=========================================
  Hits          40063    40063           
+ Misses          618      617    -1     
- Partials        934      935    +1
Impacted Files Coverage Δ Complexity Δ
...n/java/io/reactivex/flowables/GroupedFlowable.java 100% <ø> (ø) 2 <0> (ø) ⬇️
...va/io/reactivex/flowables/ConnectableFlowable.java 100% <ø> (ø) 7 <0> (ø) ⬇️
...ternal/operators/flowable/FlowableAutoConnect.java 100% <ø> (ø) 3 <0> (ø) ⬇️
.../operators/completable/CompletableConcatArray.java 93.75% <0%> (-6.25%) 2% <0%> (ø)
...in/java/io/reactivex/subjects/BehaviorSubject.java 86.97% <0%> (-5.73%) 57% <0%> (ø)
...rnal/operators/flowable/FlowableSkipLastTimed.java 95.91% <0%> (-2.05%) 2% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...ex/internal/subscribers/InnerQueuedSubscriber.java 96.07% <0%> (-1.97%) 18% <0%> (-1%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 91.78% <0%> (-1.94%) 2% <0%> (ø)
.../io/reactivex/disposables/CompositeDisposable.java 97.24% <0%> (-1.84%) 39% <0%> (-1%)
... and 21 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 fd4377f...a6015ad. Read the comment docs.

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.

3 participants