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: coverage, cleanup, fixes 10/15-2 #4712

Merged
merged 2 commits into from
Oct 16, 2016

Conversation

akarnokd
Copy link
Member

  • more Observable coverage
  • make Observable.sequenceEqual return Single<Boolean>
  • reimplement Observable.distinct()
  • fix Observable.combineLatest error management
  • remove or compact unused code paths
  • fix Observable.flatMap maxConcurrency behavior with scalars, use of unbounded queue
  • fix Observable.timeInterval not saving the Disposable

@codecov-io
Copy link

codecov-io commented Oct 15, 2016

Current coverage is 87.82% (diff: 96.25%)

Merging #4712 into 2.x will increase coverage by 0.73%

@@                2.x      #4712   diff @@
==========================================
  Files           568        569     +1   
  Lines         37061      37124    +63   
  Methods           0          0          
  Messages          0          0          
  Branches       5648       5655     +7   
==========================================
+ Hits          32277      32603   +326   
+ Misses         3083       2864   -219   
+ Partials       1701       1657    -44   

Powered by Codecov. Last update fe4acf2...d2cea35

@akarnokd akarnokd merged commit 788873e into ReactiveX:2.x Oct 16, 2016
@akarnokd akarnokd deleted the Coverage_10_15_2 branch October 16, 2016 09:23
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