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

Add coverage of to_chars fallback path #106

Merged
merged 7 commits into from
Dec 8, 2023
Merged

Add coverage of to_chars fallback path #106

merged 7 commits into from
Dec 8, 2023

Conversation

mborland
Copy link
Member

@mborland mborland commented Dec 8, 2023

This path is only taken by extreme values on platforms with 128-bit long doubles so force direct testing.

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Merging #106 (516601b) into develop (f55167d) will increase coverage by 0.67%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #106      +/-   ##
===========================================
+ Coverage    75.89%   76.56%   +0.67%     
===========================================
  Files           28       28              
  Lines         3957     3955       -2     
===========================================
+ Hits          3003     3028      +25     
+ Misses         954      927      -27     
Files Coverage Δ
include/boost/charconv/to_chars.hpp 88.42% <100.00%> (+13.94%) ⬆️

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 f55167d...516601b. Read the comment docs.

@mborland mborland merged commit bbceb54 into develop Dec 8, 2023
52 checks passed
@mborland mborland deleted the printf_cov branch December 8, 2023 09:41
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.

1 participant