-
Notifications
You must be signed in to change notification settings - Fork 310
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
Expand test coverage #7
Comments
Trying to list out what "test everything" would mean: Codecov says we're at 67.42% code coverage. Out of 574 tracked lines, we hit 387, partially hit 25, and miss 162. I think we don't have any doctests. We have some tests running via Travis CI. We could add PEP 484 annotations (#231). |
100% coverage or bust is my motto :P |
Hi @bhrutledge , @dstufft Is this something I can take a stab at? I started with Before
After
|
Coverage is now at 93%. That's satisfactory. Nicer would be to get to 100%, so ongoing contribution is welcomed. |
No description provided.
The text was updated successfully, but these errors were encountered: