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, fixes, enhancements, cleanup 10/18-1 #4723

Merged
merged 1 commit into from
Oct 18, 2016

Conversation

akarnokd
Copy link
Member

  • improve coverage of more Observable operators
  • reduce allocation of ConnectableObservable.connect(Consumer) and ConnectableFlowable.connect(Consumer)
  • enable fusion on Observable.observeOn
  • fix fusion of Observable.just
  • remove flatMapIterable(Function, int) overload and have flatMapIterable(Function) use the flatten operator.
  • fix Observable.replay() potential emission before onSubscribe call

@codecov-io
Copy link

codecov-io commented Oct 18, 2016

Current coverage is 90.00% (diff: 96.07%)

Merging #4723 into 2.x will increase coverage by 0.82%

@@                2.x      #4723   diff @@
==========================================
  Files           570        571     +1   
  Lines         37234      37241     +7   
  Methods           0          0          
  Messages          0          0          
  Branches       5672       5671     -1   
==========================================
+ Hits          33205      33518   +313   
+ Misses         2439       2236   -203   
+ Partials       1590       1487   -103   

Powered by Codecov. Last update 19d83c1...440d60f

@akarnokd akarnokd merged commit 81d281f into ReactiveX:2.x Oct 18, 2016
@akarnokd akarnokd deleted the Coverage_10_18_1 branch October 18, 2016 16:20
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