Skip to content
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

Fix 80-bit long double hex formatting #159

Merged
merged 14 commits into from
Feb 9, 2024
Merged

Fix 80-bit long double hex formatting #159

merged 14 commits into from
Feb 9, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Feb 8, 2024

Closes: #154

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (51fc3f4) 88.62% compared to head (547b0ad) 88.64%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
+ Coverage    88.62%   88.64%   +0.01%     
===========================================
  Files           63       64       +1     
  Lines         8141     8162      +21     
===========================================
+ Hits          7215     7235      +20     
- Misses         926      927       +1     
Files Coverage Δ
test/github_issue_154.cpp 100.00% <100.00%> (ø)
test/to_chars_float_STL_comp.cpp 100.00% <100.00%> (ø)
src/to_chars_float_impl.hpp 94.82% <94.11%> (-0.30%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51fc3f4...547b0ad. Read the comment docs.

@mborland mborland merged commit 02c3f97 into develop Feb 9, 2024
59 checks passed
@mborland mborland deleted the 154 branch February 9, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_chars hex FP80
1 participant