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: add/update Observable marbles (07/30) #5524

Merged
merged 1 commit into from
Jul 31, 2017

Conversation

akarnokd
Copy link
Member

This PR updates the marbles of the following Observable operators:

See #5319.

@codecov
Copy link

codecov bot commented Jul 30, 2017

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5524      +/-   ##
============================================
+ Coverage     96.11%   96.12%   +0.01%     
  Complexity     5804     5804              
============================================
  Files           631      631              
  Lines         41285    41285              
  Branches       5732     5732              
============================================
+ Hits          39680    39686       +6     
+ Misses          636      627       -9     
- Partials        969      972       +3
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Observable.java 100% <ø> (ø) 506 <0> (ø) ⬇️
...vex/internal/operators/single/SingleTakeUntil.java 86.88% <0%> (-4.92%) 2% <0%> (ø)
...erators/completable/CompletableConcatIterable.java 95.91% <0%> (-4.09%) 2% <0%> (ø)
...io/reactivex/internal/util/BackpressureHelper.java 95.91% <0%> (-4.09%) 21% <0%> (-1%)
...reactivex/internal/operators/maybe/MaybeUsing.java 95.95% <0%> (-4.05%) 4% <0%> (ø)
...rnal/operators/completable/CompletableTimeout.java 94% <0%> (-4%) 2% <0%> (ø)
...nternal/operators/observable/ObservableCreate.java 94.01% <0%> (-3.42%) 2% <0%> (ø)
...ternal/operators/completable/CompletableCache.java 96.96% <0%> (-3.04%) 23% <0%> (-1%)
.../operators/observable/ObservableFlatMapSingle.java 88.8% <0%> (-2.99%) 2% <0%> (ø)
...activex/internal/operators/single/SingleCache.java 97.05% <0%> (-2.95%) 23% <0%> (-1%)
... and 36 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 e92822c...cbfe2b0. Read the comment docs.

@akarnokd akarnokd merged commit ac06c24 into ReactiveX:2.x Jul 31, 2017
@akarnokd akarnokd deleted the ObservableMarbles0730 branch July 31, 2017 20: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