Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up3.x: Refactor to io.reactivex.rxjava3.** #6621
Merged
Conversation
codecov
bot
commented
Aug 16, 2019
Codecov Report
@@ Coverage Diff @@
## 3.x #6621 +/- ##
======================================
Coverage ? 98.19%
Complexity ? 6191
======================================
Files ? 678
Lines ? 44792
Branches ? 6173
======================================
Hits ? 43982
Misses ? 278
Partials ? 532 Continue to review full report at Codecov.
|
I trust you |
You can compare lines and branch counts: #6620 (comment) @@ Coverage Diff @@
## 3.x #6620 +/- ##
============================================
+ Coverage 98.13% 98.17% +0.03%
- Complexity 6187 6188 +1
============================================
Files 678 678
Lines 44792 44792
Branches 6173 6173
============================================
+ Hits 43956 43973 +17
+ Misses 290 281 -9
+ Partials 546 538 -8 |
Go ahead and merge! |
|
@@ -52,7 +52,7 @@ targetCompatibility = JavaVersion.VERSION_1_6 | |||
// --------------------------------------- | |||
|
|||
def junitVersion = "4.12" | |||
def reactiveStreamsVersion = "1.0.2" | |||
def reactiveStreamsVersion = "1.0.3-RC1" |
This comment has been minimized.
This comment has been minimized.
artem-zinnatullin
Aug 19, 2019
Contributor
Prob should have been done in a separate PR, but not a big deal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
akarnokd commentedAug 16, 2019
This PR refactors the package structure to match the group ID:
io.reactivex.rxjava3
. In addition, the base classes and interfaces now live inio.reactivex.rxjava3.core
.In addition, the Reactive Streams dependency was bumped to 1.0.3-RC1 to verify the TCK changes.