-
Notifications
You must be signed in to change notification settings - Fork 126
Obtain more code coverage #711
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #711 +/- ##
=========================================
+ Coverage 94.7% 96.2% +1.5%
=========================================
Files 296 297 +1
Lines 30881 31177 +296
=========================================
+ Hits 29233 29967 +734
+ Misses 1648 1210 -438
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Ok so I worked on coverage, mostly with focus on I would like to improve the line coverage of the tests and then we can discuss which headers need more dedicated edge tests. Let's just leave this as a draft until the action on 1.90 wraps up. |
In I only found 1 bug, but harmless, in the area of negative infinity ( |
OK this one is green again and ready for review. I'm pretty satisfied with these results. Project coverage is at a solid A few bug fixes were done along the way. In future work, I'd like to see how to hit some of the missing lines in When stressing There is also a hefty TODO list (for myself) at #703. So after concluding this Cc: @jzmaddock and @mborland |
Thanks Chris for this, looks good other than my few comments on the header changes. |
Good catch! My gut says something like:
Which should make that zone more efficient as well as fixing the signed zero issue? Note: just typed in off the top of my head!! |
Removed the |
This PR obtains more code coverage. But it is for later in 1.90 (not for today's 1.89).