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

Fix JavaDoc image for Single#flatMapObservable #5297

Merged
merged 1 commit into from
Apr 20, 2017
Merged

Fix JavaDoc image for Single#flatMapObservable #5297

merged 1 commit into from
Apr 20, 2017

Conversation

veyndan
Copy link
Contributor

@veyndan veyndan commented Apr 20, 2017

Single.flatMapObservable.png should be used for Single#flatMapObservable instead of Single.flatMap.png.

`Single.flatMapObservable.png` should be used for `Single#flatMapObservable` instead of `Single.flatMap.png`.
@codecov
Copy link

codecov bot commented Apr 20, 2017

Codecov Report

Merging #5297 into 2.x will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5297      +/-   ##
============================================
+ Coverage     96.01%   96.11%   +0.09%     
- Complexity     5751     5758       +7     
============================================
  Files           628      628              
  Lines         41085    41085              
  Branches       5703     5703              
============================================
+ Hits          39449    39488      +39     
+ Misses          655      631      -24     
+ Partials        981      966      -15
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 99.32% <ø> (ø) 131 <0> (ø) ⬇️
.../internal/operators/maybe/MaybeTakeUntilMaybe.java 95.91% <0%> (-4.09%) 2% <0%> (ø)
...ernal/operators/maybe/MaybeTakeUntilPublisher.java 96% <0%> (-4%) 2% <0%> (ø)
...activex/internal/operators/single/SingleCache.java 97.05% <0%> (-2.95%) 23% <0%> (-1%)
...x/internal/operators/maybe/MaybeSwitchIfEmpty.java 97.22% <0%> (-2.78%) 2% <0%> (ø)
...ava/io/reactivex/internal/util/HalfSerializer.java 97.5% <0%> (-2.5%) 22% <0%> (-1%)
...va/io/reactivex/internal/queue/SpscArrayQueue.java 97.61% <0%> (-2.39%) 22% <0%> (-1%)
...operators/observable/ObservableConcatMapEager.java 97.26% <0%> (-2.19%) 2% <0%> (ø)
...reactivex/internal/operators/maybe/MaybeUsing.java 93.93% <0%> (-2.03%) 4% <0%> (ø)
.../main/java/io/reactivex/subjects/AsyncSubject.java 97.41% <0%> (-1.73%) 55% <0%> (-1%)
... and 38 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 67a951b...3de473e. Read the comment docs.

@akarnokd akarnokd merged commit db62772 into ReactiveX:2.x Apr 20, 2017
@akarnokd akarnokd added this to the 2.0 backlog milestone Apr 20, 2017
@akarnokd
Copy link
Member

Thanks!

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