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: Change ObservableSource.defer to Observable.defer in Observable.scan() documentation. #5306

Merged
merged 1 commit into from
Apr 21, 2017
Merged

Conversation

vanniktech
Copy link
Collaborator

  • changes ObservableSource.defer to Observable.defer()

@akarnokd akarnokd merged commit 475c058 into ReactiveX:2.x Apr 21, 2017
@codecov
Copy link

codecov bot commented Apr 21, 2017

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5306      +/-   ##
============================================
- Coverage     96.09%   96.08%   -0.02%     
+ Complexity     5781     5780       -1     
============================================
  Files           630      630              
  Lines         41148    41148              
  Branches       5714     5714              
============================================
- Hits          39543    39537       -6     
- Misses          636      641       +5     
- Partials        969      970       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Observable.java 100% <ø> (ø) 506 <0> (ø) ⬇️
...ternal/operators/flowable/FlowableSampleTimed.java 88.23% <0%> (-8.83%) 3% <0%> (ø)
...al/operators/observable/ObservableSampleTimed.java 90% <0%> (-6.67%) 3% <0%> (ø)
...ava/io/reactivex/processors/BehaviorProcessor.java 87.61% <0%> (-4.87%) 61% <0%> (ø)
...ex/internal/operators/maybe/MaybeTimeoutMaybe.java 94.11% <0%> (-4.42%) 2% <0%> (ø)
...reactivex/internal/operators/single/SingleAmb.java 96.36% <0%> (-3.64%) 9% <0%> (-1%)
...vex/internal/operators/flowable/FlowableTimer.java 92.85% <0%> (-3.58%) 2% <0%> (ø)
...ternal/operators/observable/ObservablePublish.java 90.35% <0%> (-3.51%) 9% <0%> (-1%)
.../internal/operators/flowable/FlowableInterval.java 93.33% <0%> (-3.34%) 2% <0%> (ø)
...activex/internal/operators/single/SingleCache.java 97.05% <0%> (-2.95%) 23% <0%> (-1%)
... and 45 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 817084a...b843595. 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.

2 participants