-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unit test the bulk of the public API. #88
Conversation
Those tests on |
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
===========================================
+ Coverage 39.94% 95.04% +55.09%
===========================================
Files 56 57 +1
Lines 5970 9215 +3245
===========================================
+ Hits 2385 8758 +6373
+ Misses 3585 457 -3128
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I'm not worried about the valgrind issue for now. It seems that |
This is a very significant improvement from what it was before. While this doesn't actually resolve #71, since there is still some more granular testing that can be done, I'm going to go ahead and merge this into |
No description provided.