Implement signed division #161
Merged
Codecov / codecov/project
succeeded
Mar 30, 2026 in 0s
96.9% (target 90.0%)
View this Pull Request on Codecov
96.9% (target 90.0%)
Details
Codecov Report
❌ Patch coverage is 91.97531% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.9%. Comparing base (42eb6aa) to head (ad00f7b).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...boost/safe_numbers/detail/signed_integer_basis.hpp | 80.4% | 10 Missing |
| test/test_signed_division.cpp | 97.3% | 3 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #161 +/- ##
=========================================
- Coverage 97.0% 96.9% -0.0%
=========================================
Files 118 119 +1
Lines 8962 9109 +147
Branches 3386 3446 +60
=========================================
+ Hits 8691 8825 +134
- Misses 205 218 +13
Partials 66 66 | Files with missing lines | Coverage Δ | |
|---|---|---|
| test/test_signed_division.cpp | 97.3% <97.3%> (ø) |
|
| ...boost/safe_numbers/detail/signed_integer_basis.hpp | 72.5% <80.4%> (-<0.1%) |
⬇️ |
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 42eb6aa...ad00f7b. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading