Skip to content

Fix all 9s rounding on the right side of the decimal point with fixed precision#269

Merged
mborland merged 3 commits intodevelopfrom
267
Jun 16, 2025
Merged

Fix all 9s rounding on the right side of the decimal point with fixed precision#269
mborland merged 3 commits intodevelopfrom
267

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #267

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.86%. Comparing base (38854b2) to head (ba6a62d).
Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #269      +/-   ##
===========================================
+ Coverage    94.85%   94.86%   +0.01%     
===========================================
  Files           69       70       +1     
  Lines         9077     9097      +20     
===========================================
+ Hits          8610     8630      +20     
  Misses         467      467              
Files with missing lines Coverage Δ
include/boost/charconv/detail/dragonbox/floff.hpp 87.10% <100.00%> (ø)
test/github_issue_267.cpp 100.00% <100.00%> (ø)

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 38854b2...ba6a62d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit 3bf1d22 into develop Jun 16, 2025
64 of 65 checks passed
@mborland mborland deleted the 267 branch June 16, 2025 20:07
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.

wrong result generated from boost::charconv::to_chars with precision

1 participant