Skip to content

Avoid double counting digits in normalization process

c88023f
Select commit
Loading
Failed to load commit list.
Merged

Avoid double counting digits in normalization process #1125

Avoid double counting digits in normalization process
c88023f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2025 in 1s

99.4% (target 75.0%)

View this Pull Request on Codecov

99.4% (target 75.0%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.4%. Comparing base (4d0c7e2) to head (c88023f).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1125     +/-   ##
=========================================
+ Coverage     99.4%   99.4%   +0.1%     
=========================================
  Files          246     246             
  Lines        16778   16777      -1     
  Branches      1812    1812             
=========================================
+ Hits         16671   16672      +1     
+ Misses         107     105      -2     
Files with missing lines Coverage Δ
include/boost/decimal/decimal128_t.hpp 98.5% <100.0%> (ø)
include/boost/decimal/decimal32_t.hpp 96.5% <100.0%> (ø)
include/boost/decimal/decimal64_t.hpp 97.2% <100.0%> (ø)
include/boost/decimal/detail/fenv_rounding.hpp 98.2% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/detail/normalize.hpp 100.0% <100.0%> (ø)

... and 1 file 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 4d0c7e2...c88023f. Read the comment docs.

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