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

Add marbles for Single.from operators #6087

Merged
merged 1 commit into from
Jul 18, 2018

Conversation

UMFsimke
Copy link
Contributor

Here are marbles for fromCallable, fromPublisher and fromObservable operators from #5788

Marble for fromCallable
fromCallable

Marble for fromPublisher
fromPublisher

Marble for fromObservable
fromObservable

@codecov
Copy link

codecov bot commented Jul 17, 2018

Codecov Report

Merging #6087 into 2.x will decrease coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6087      +/-   ##
============================================
- Coverage     98.25%   98.18%   -0.07%     
+ Complexity     6197     6192       -5     
============================================
  Files           667      667              
  Lines         44858    44858              
  Branches       6211     6211              
============================================
- Hits          44076    44046      -30     
- Misses          239      259      +20     
- Partials        543      553      +10
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 100% <100%> (ø) 146 <1> (ø) ⬇️
...ex/internal/operators/flowable/FlowableCreate.java 90% <0%> (-7.1%) 6% <0%> (ø)
...tivex/internal/observers/FutureSingleObserver.java 94.33% <0%> (-3.78%) 24% <0%> (-1%)
...ava/io/reactivex/processors/BehaviorProcessor.java 95.96% <0%> (-3.14%) 59% <0%> (-1%)
...nternal/operators/observable/ObservableCreate.java 95.72% <0%> (-2.57%) 2% <0%> (ø)
.../io/reactivex/internal/schedulers/IoScheduler.java 89.24% <0%> (-2.16%) 9% <0%> (ø)
...rnal/operators/flowable/FlowableSkipLastTimed.java 95.91% <0%> (-2.05%) 2% <0%> (ø)
.../io/reactivex/disposables/CompositeDisposable.java 98.14% <0%> (-1.86%) 39% <0%> (-1%)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.93% <0%> (-1.64%) 2% <0%> (ø)
...rnal/operators/observable/ObservableSwitchMap.java 94.68% <0%> (-1.6%) 3% <0%> (ø)
... and 13 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 97ebd2c...b647e7c. Read the comment docs.

@akarnokd akarnokd merged commit 396f2f6 into ReactiveX:2.x Jul 18, 2018
@akarnokd akarnokd added this to the 2.2 milestone Jul 18, 2018
@UMFsimke UMFsimke deleted the SingleFromOperatorsMarbles branch August 4, 2018 17:32
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