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 buffer sizing for charconv #562

Merged
merged 3 commits into from
May 15, 2024
Merged

Add buffer sizing for charconv #562

merged 3 commits into from
May 15, 2024

Conversation

mborland
Copy link
Member

Closes: #509

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (3ebfb24) to head (38f6249).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #562     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          192     192             
  Lines        11480   11486      +6     
  Branches      1389    1389             
=========================================
+ Hits         11341   11347      +6     
  Misses         139     139             
Files Coverage Δ
include/boost/decimal/charconv.hpp 94.9% <ø> (ø)
test/test_to_chars.cpp 100.0% <100.0%> (ø)

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 3ebfb24...38f6249. Read the comment docs.

@mborland mborland merged commit 685b337 into develop May 15, 2024
63 checks passed
@mborland mborland deleted the charconv_limits branch May 15, 2024 13:52
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.

Add minimum buffer size for charconv
1 participant