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

Fixed doc for F.reduce(seed, reducer), F.reduceWith(seedSupplier, reducer) and O.reduce(seed, reducer) #5478

Merged
merged 2 commits into from
Jul 10, 2017

Conversation

ganapathi004
Copy link
Contributor

@ganapathi004 ganapathi004 commented Jul 10, 2017

Corrected the doc for Issue No: #5476

@codecov
Copy link

codecov bot commented Jul 10, 2017

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5478      +/-   ##
============================================
- Coverage     96.09%   96.07%   -0.02%     
+ Complexity     5803     5799       -4     
============================================
  Files           631      631              
  Lines         41297    41297              
  Branches       5743     5743              
============================================
- Hits          39683    39678       -5     
+ Misses          637      635       -2     
- Partials        977      984       +7
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Flowable.java 100% <ø> (ø) 523 <0> (ø) ⬇️
src/main/java/io/reactivex/Observable.java 100% <ø> (ø) 506 <0> (ø) ⬇️
...al/operators/observable/ObservableSampleTimed.java 91.66% <0%> (-6.67%) 3% <0%> (ø)
...ernal/operators/observable/ObservableInterval.java 96.42% <0%> (-3.58%) 3% <0%> (ø)
...ternal/operators/observable/ObservablePublish.java 89.47% <0%> (-2.64%) 9% <0%> (-1%)
...java/io/reactivex/subjects/CompletableSubject.java 94.8% <0%> (-2.6%) 35% <0%> (-1%)
...activex/internal/observers/QueueDrainObserver.java 61.53% <0%> (-2.57%) 12% <0%> (-1%)
...ternal/operators/completable/CompletableUsing.java 95.23% <0%> (-2.39%) 4% <0%> (ø)
...activex/internal/schedulers/ExecutorScheduler.java 94.59% <0%> (-2.03%) 9% <0%> (ø)
...vex/internal/subscribers/QueueDrainSubscriber.java 50% <0%> (-1.57%) 15% <0%> (-1%)
... and 26 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 cf6f5b8...b008aeb. Read the comment docs.

@akarnokd akarnokd added this to the 2.2 milestone Jul 10, 2017
@akarnokd
Copy link
Member

Thanks, I suspected there was more but GitHub is not able to display those files properly.

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