-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add blog post on code coverage #37
Conversation
|
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.
Looks good, I especially appreciated the introduction sections, as code coverage is something I'm not experienced with.
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.
Lots of great, digestible content! Outside the scope of this post, but designing the unit tests that contribute to code coverage is it's own can of worms... future blog post?
Co-Authored-By: Vincent Rubinetti <[email protected]>
Co-Authored-By: Vincent Rubinetti <[email protected]>
Co-Authored-By: D Mayer <[email protected]>
Thanks a bunch @vincerubinetti and @the-mayer ! I've addressed your comments with further updates and will now merge this in. |
This PR adds a blog post on code coverage, including some short examples and concepts of how it may be used through Python.
Thanks for any feedback you may have on this!