-
Notifications
You must be signed in to change notification settings - Fork 36
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
R package unit test coverage is not 100% #33
Comments
happy to report we have near-100% coverage now as of #66! Still leaving this open...we would love help covering the last few tough-to-hit cases |
coverage as of #72 ^ note that those |
so our coverage is above 97%! Those last few lines would be real real hard to cover, but someone is welcome to take this up if they really want |
If you want to contribute on this, here's how you can check the test coverage:
You should see something like this in the terminal and a file
PRs that add any test coverage are welcomed! You do not have to get to 100% in one shot. |
Currently, unit tests cover only 59% of the lines of code in this project. Ideally, we would like every line in the project to be covered by tests.
The text was updated successfully, but these errors were encountered: