Skip to content

Implement signed subtraction#158

Merged
mborland merged 2 commits intodevelopfrom
126
Mar 27, 2026
Merged

Implement signed subtraction#158
mborland merged 2 commits intodevelopfrom
126

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #126

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

codecov bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 86.89320% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.5%. Comparing base (c38b85b) to head (adc23e2).
⚠️ Report is 3 commits behind head on develop.

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

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #158     +/-   ##
=========================================
- Coverage     97.7%   97.5%   -0.2%     
=========================================
  Files          116     117      +1     
  Lines         8497    8703    +206     
  Branches      3219    3294     +75     
=========================================
+ Hits          8300    8479    +179     
- Misses         131     158     +27     
  Partials        66      66             
Files with missing lines Coverage Δ
test/test_signed_subtraction.cpp 100.0% <100.0%> (ø)
...boost/safe_numbers/detail/signed_integer_basis.hpp 75.8% <70.0%> (-3.7%) ⬇️

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 c38b85b...adc23e2. 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 8d1f330 into develop Mar 27, 2026
42 checks passed
@mborland mborland deleted the 126 branch March 27, 2026 19:04
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 subtraction

1 participant