Skip to content

Fix missing negative sign with precision 0#297

Merged
mborland merged 4 commits intodevelopfrom
296
Apr 27, 2026
Merged

Fix missing negative sign with precision 0#297
mborland merged 4 commits intodevelopfrom
296

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #296

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (95bfc98) to head (87bf578).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #297      +/-   ##
===========================================
+ Coverage    94.86%   94.87%   +0.01%     
===========================================
  Files           74       75       +1     
  Lines         9009     9039      +30     
===========================================
+ Hits          8546     8576      +30     
  Misses         463      463              
Files with missing lines Coverage Δ
include/boost/charconv/detail/dragonbox/floff.hpp 87.17% <100.00%> (ø)
...lude/boost/charconv/detail/ryu/ryu_generic_128.hpp 92.75% <100.00%> (+0.02%) ⬆️
test/github_issue_296.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 95bfc98...87bf578. 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 78d2d26 into develop Apr 27, 2026
62 checks passed
@mborland mborland deleted the 296 branch April 27, 2026 18:29
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.

boost::charconv::to_chars: the output is missing '-' for some negative floats when precision is 0

1 participant