-
Notifications
You must be signed in to change notification settings - Fork 124
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: 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 31178 +297
=========================================
+ Hits 29233 29967 +734
+ Misses 1648 1211 -437
... and 5 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 ( |
Hi @jzmaddock and @mborland Check it out, WE WILL NOT merge this until AFTER 1.89. I have now marked this as ready for review. With this, I mean AFTER 1.89 gets out the door. But the scope of change is non-trivial. So I saw a window of opportunity (timewise and energy-wise) to go for coverage. I got a solid OK so there were some highlights.
Well, that's about it. |
There is a lot of material within the scope of this PR. It might take a while to sift through it all and negotiate on the best (or better) fixes, as I might not have subjectively always chosen the right path. But in general, I think this PR is intact. And we can start taking a serious look at it. |
This PR obtains more code coverage. But it is for later in 1.91 (not for today's 1.90).