-
Notifications
You must be signed in to change notification settings - Fork 453
Enable Kover for serialization, disable for Optics KSP #3284
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
Conversation
Kover Report
|
@@ -68,10 +68,11 @@ dependencies { | |||
kover(projects.arrowContinuations) | |||
kover(projects.arrowCore) | |||
kover(projects.arrowCoreRetrofit) | |||
// kover(projects.arrowCoreSerialization) |
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.
Why is this commented?
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.
I tried to add it for completeness, but it turns out that it causes problems with Kover (as the Optics KSP does). At the end I’ll remove both, and add a warning in the code to remember this.
kover(projects.arrowFxCoroutines) | ||
kover(projects.arrowFxStm) | ||
kover(projects.arrowOptics) | ||
kover(projects.arrowOpticsKspPlugin) | ||
// kover(projects.arrowOpticsKspPlugin) |
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.
I think this can be removed instead of comment?
// kover(projects.arrowOpticsKspPlugin) |
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.
I’d rather keep it alongside the comment in the corresponding section
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.
Thanks @serras!
The Kover report is causing problems with the new version of KSP