-
Notifications
You must be signed in to change notification settings - Fork 5
Extending tests #118
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
Extending tests #118
Conversation
adding coverage for lines 124, 152, 219 and 324 of epidatacall.R
with_mocked is borked, use local_mocked instead
The last 6 ci commits are the tools for codecov, which are working on my branch specifically; as I see it, there are 3 options:
|
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.
lgtm as is.
I skimmed the tests and they looked good to me.
I looked at the coverage report and it was 95%, the remaining lines being print formatting lines that we don't need to unit test.
Co-authored-by: Dmitry Shemetov <[email protected]>
Co-authored-by: Dmitry Shemetov <[email protected]>
closes #93, closes #64 (
eventually) Still working through the list in #93, will check those off when they're present here. This may include bugfixes identified in writing tests.