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 and cleanup 10/11-1 #4689

Merged
merged 1 commit into from
Oct 11, 2016
Merged

Conversation

akarnokd
Copy link
Member

This PR enhances the coverage of Maybe operators (run out of time for this batch, 5 remaining) and fixes an NPE bug in Maybe.doOnEvent due to not saving the Disposable. Some inner receivers no longer implement Disposable as isDisposed is unreachable and not really necessary.

In addition Maybe.toCompletable was removed in favor of Maybe.ignoreElement().

@akarnokd akarnokd added this to the 2.0 RC5 milestone Oct 11, 2016
@codecov-io
Copy link

codecov-io commented Oct 11, 2016

Current coverage is 82.85% (diff: 98.24%)

Merging #4689 into 2.x will increase coverage by 0.71%

@@                2.x      #4689   diff @@
==========================================
  Files           565        564     -1   
  Lines         37440      37401    -39   
  Methods           0          0          
  Messages          0          0          
  Branches       5746       5741     -5   
==========================================
+ Hits          30753      30989   +236   
+ Misses         4612       4394   -218   
+ Partials       2075       2018    -57   

Powered by Codecov. Last update 497f35f...745c1d0

@akarnokd akarnokd merged commit 5888b23 into ReactiveX:2.x Oct 11, 2016
@akarnokd akarnokd deleted the Coverage1011_1 branch October 11, 2016 15:24
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