Skip to content

Conversation

@mborland
Copy link
Member

Closes: #1314

@mborland mborland added this to the v6.0.1 milestone Jan 23, 2026
@mborland mborland self-assigned this Jan 23, 2026
@mborland mborland added the Bug Something isn't working label Jan 23, 2026
@mborland mborland merged commit d2335da into develop Jan 23, 2026
71 of 75 checks passed
@mborland mborland deleted the 1312 branch January 23, 2026 19:47
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

❌ Patch coverage is 88.88889% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.9%. Comparing base (a8abd00) to head (d3ecf65).
⚠️ Report is 17 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/decimal/detail/mod_impl.hpp 82.4% 3 Missing ⚠️
include/boost/decimal/decimal_fast128_t.hpp 0.0% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1317     +/-   ##
=========================================
+ Coverage     98.9%   98.9%   +0.1%     
=========================================
  Files          275     276      +1     
  Lines        17886   17902     +16     
  Branches      1908    1909      +1     
=========================================
+ Hits         17688   17704     +16     
  Misses         198     198             
Files with missing lines Coverage Δ
include/boost/decimal/decimal128_t.hpp 98.2% <100.0%> (+1.4%) ⬆️
include/boost/decimal/decimal32_t.hpp 96.5% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal64_t.hpp 95.3% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal_fast32_t.hpp 100.0% <100.0%> (ø)
include/boost/decimal/decimal_fast64_t.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/power_tables.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/u256.hpp 96.4% <ø> (-3.6%) ⬇️
test/random_decimal128_math.cpp 100.0% <100.0%> (ø)
test/random_decimal32_math.cpp 100.0% <100.0%> (ø)
test/random_decimal64_math.cpp 100.0% <100.0%> (ø)
... and 2 more

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 a8abd00...d3ecf65. Read the comment docs.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loss of precision in operator%

2 participants