-
Notifications
You must be signed in to change notification settings - Fork 182
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
Compile testing for StorIOContentResilverAnnotationsProccesor #761
Compile testing for StorIOContentResilverAnnotationsProccesor #761
Conversation
Great work man! 👍 |
Codecov Report
@@ Coverage Diff @@
## master #761 +/- ##
=======================================
Coverage 96.05% 96.05%
=======================================
Files 87 87
Lines 2460 2460
Branches 267 267
=======================================
Hits 2363 2363
Misses 68 68
Partials 29 29 Continue to review full report at Codecov.
|
@artem-zinnatullin would you like to read this request? Or maybe we can merge it, because it is similar to sqlite part in many respects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
testCompile libraries.storIOContentResolver | ||
testCompile libraries.storIOContentResolverAnnotationsProcessor | ||
testCompile libraries.googleTestingCompile | ||
testCompile files(getRuntimeJar()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe move it to libraries
declaration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dunno it's not really a library. I mean it doesn't have versioning so moving it to libraries won't give much profit I guess.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, technically it's a library, just a jar on your system. Point is to remove code duplication from build gradle, up2u though :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@artem-zinnatullin done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍
Ouch, I forgot to squash a PR 😔 |
That is my fault, don't blame yourself, I'll enable squash-only option in repo settings! |
I just got used to it as default option so didn't even check. But it's nice that that you enabled it now. |
Yeah, I know that feel bro, a month or so ago I've also merged PR in some of my repos without squashing because I got used to it as default option… |
No description provided.