Add policy based free functions for signed integers #167
Codecov / codecov/project
succeeded
Apr 7, 2026 in 0s
97.1% (target 90.0%)
View this Pull Request on Codecov
97.1% (target 90.0%)
Details
Codecov Report
❌ Patch coverage is 97.41379% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.1%. Comparing base (77df19f) to head (e7b1876).
Additional details and impacted files
@@ Coverage Diff @@
## develop #167 +/- ##
=========================================
+ Coverage 96.9% 97.1% +0.3%
=========================================
Files 121 141 +20
Lines 9356 10264 +908
Branches 3537 3720 +183
=========================================
+ Hits 9058 9962 +904
- Misses 232 236 +4
Partials 66 66 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/safe_numbers/detail/type_traits.hpp | 100.0% <ø> (ø) |
|
| test/test_signed_checked_addition.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_checked_division.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_checked_mod.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_checked_multiplication.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_checked_subtraction.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_overflowing_addition.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_overflowing_division.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_overflowing_mod.cpp | 100.0% <100.0%> (ø) |
|
| test/test_signed_overflowing_multiplication.cpp | 100.0% <100.0%> (ø) |
|
| ... and 12 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 77df19f...e7b1876. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading