Skip to content

Fix unreachable code

14d4bbf
Select commit
Loading
Failed to load commit list.
Merged

Enable string constructor to parse payloads of NANs #1219

Fix unreachable code
14d4bbf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2025 in 1s

99.2% (target 75.0%)

View this Pull Request on Codecov

99.2% (target 75.0%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.2%. Comparing base (c6dd35a) to head (14d4bbf).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1219     +/-   ##
=========================================
+ Coverage     99.2%   99.2%   +0.1%     
=========================================
  Files          257     259      +2     
  Lines        17134   17193     +59     
  Branches      1935    1941      +6     
=========================================
+ Hits         16994   17054     +60     
+ Misses         140     139      -1     
Files with missing lines Coverage Δ
include/boost/decimal/charconv.hpp 97.6% <100.0%> (+0.1%) ⬆️
include/boost/decimal/decimal_fast128_t.hpp 96.0% <ø> (ø)
include/boost/decimal/decimal_fast32_t.hpp 100.0% <ø> (ø)
include/boost/decimal/decimal_fast64_t.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/nan.hpp 92.4% <100.0%> (-0.5%) ⬇️
include/boost/decimal/detail/parser.hpp 96.3% <100.0%> (+0.4%) ⬆️
include/boost/decimal/detail/write_payload.hpp 100.0% <100.0%> (ø)
test/github_issue_1054.cpp 100.0% <100.0%> (ø)
test/test_from_chars_nan_payloads.cpp 100.0% <100.0%> (ø)

... and 2 files 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 c6dd35a...14d4bbf. Read the comment docs.

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