-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fixes for fixed width 128-bit float with specified precision #232
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #232 +/- ##
===========================================
+ Coverage 94.63% 94.76% +0.12%
===========================================
Files 67 69 +2
Lines 8673 9031 +358
===========================================
+ Hits 8208 8558 +350
- Misses 465 473 +8
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Also updates the codecov runner to GCC-13 and includes GNU runs so that we can get coverage of the
<stdfloat>
paths.