-
Notifications
You must be signed in to change notification settings - Fork 42
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
Better Code Coverage #74
Comments
Is this issue resolved ? if not how can i start contributing to this Issue. |
This is not resolved. You can see the current code coverage with:
You can help to increase the coverage by making sure the unit tests validate more of the logic in Scribe. Please let me know if you need any assistance. This would be a great help. :) |
First of all sorry for the late reply. I have been a little sick last week. Will try to contribute as much as possible this week. Thanks for the command. I ran the command and ran into error shown in the screenshot. Can please let me know if I am missing any package installation. |
try this instead:
scoverage changed the way the plugin works. That will give you the report for the core project. |
Was able to generate the coverage report for coreJVM folder with this command. Thanks 👍 |
While 100% coverage isn't usually practical, we need to raise our numbers.
The text was updated successfully, but these errors were encountered: