Skip to content

Implement basis of signed integers and basic addition#132

Merged
mborland merged 24 commits intodevelopfrom
sign_basis
Mar 5, 2026
Merged

Implement basis of signed integers and basic addition#132
mborland merged 24 commits intodevelopfrom
sign_basis

Conversation

@mborland
Copy link
Member

@mborland mborland commented Mar 5, 2026

Closes: #125

@mborland mborland added this to the v0.1.0 milestone Mar 5, 2026
@mborland mborland self-assigned this Mar 5, 2026
@mborland mborland added the enhancement New feature or request label Mar 5, 2026
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 95.30435% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.6%. Comparing base (57662c5) to head (7c4f8f1).
⚠️ Report is 25 commits behind head on develop.

Files with missing lines Patch % Lines
...boost/safe_numbers/detail/signed_integer_basis.hpp 74.1% 27 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #132      +/-   ##
==========================================
+ Coverage     67.1%   97.6%   +30.5%     
==========================================
  Files          106     112       +6     
  Lines         7217    7858     +641     
  Branches      2684    2904     +220     
==========================================
+ Hits          4839    7662    +2823     
- Misses         107     130      +23     
+ Partials      2271      66    -2205     
Files with missing lines Coverage Δ
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
...ost/safe_numbers/detail/unsigned_integer_basis.hpp 86.2% <100.0%> (+7.5%) ⬆️
include/boost/safe_numbers/limits.hpp 100.0% <ø> (+20.0%) ⬆️
test/test_signed_addition.cpp 100.0% <100.0%> (ø)
test/test_signed_comparisons.cpp 100.0% <100.0%> (ø)
test/test_signed_construction.cpp 100.0% <100.0%> (ø)
test/test_signed_conversions.cpp 100.0% <100.0%> (ø)
test/test_signed_unary_operators.cpp 100.0% <100.0%> (ø)
...boost/safe_numbers/detail/signed_integer_basis.hpp 74.1% <74.1%> (ø)

... and 85 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 57662c5...7c4f8f1. 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 d829dbd into develop Mar 5, 2026
41 checks passed
@mborland mborland deleted the sign_basis branch March 5, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement basic signed addition

1 participant