-
Notifications
You must be signed in to change notification settings - Fork 8
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
Consider adding Scala code coverage #3
Comments
ekrich
added a commit
that referenced
this issue
Dec 24, 2019
Official Dotty support in master with tests omitted due to lack of serialization support. * Add Dotty 0.20.0-RC1 to build * Fix non-local return in ConfigBeanImpl * Fix non-local return in BadMap * Fix non-local return in ConfigNodeField * Fix non-local return in Path * Fix non-local return in SerializedConfigValue * Fix non-local return in ConfigNodeRoot * Fix non-local return in AbstractConfigValue * Add lines between methods and format * Fix non-local return in SimpleConfigObject * Fix non-local return in ConfigNodeObject part 1 * Fix non-local return in ConfigNodeObject part 1 - redo * Reverse addition of Dotty so CI passes * Update dotty to 0.21.0-RC1 * Fix non-local return in ConfigNodeObject part 2 * Remove default case causing dotty warning * Fix non-local return in ConfigDelayedMergeObject * Add Dotty back in with tests filtered that don't pass
Closing due to inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The original code base had Java code coverage so it might be a good idea to add a tool for Scala code coverage. Perhaps - https://github.com/scoverage/scalac-scoverage-plugin
The text was updated successfully, but these errors were encountered: