Add to_be, from_be, and additional supporting concepts
#74
Codecov / codecov/project
succeeded
Feb 17, 2026 in 1s
98.6% (target 90.0%)
View this Pull Request on Codecov
98.6% (target 90.0%)
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.6%. Comparing base (6fa4177) to head (e7327f1).
Additional details and impacted files
@@ Coverage Diff @@
## develop #74 +/- ##
=========================================
+ Coverage 98.5% 98.6% +0.1%
=========================================
Files 107 109 +2
Lines 6890 6991 +101
Branches 2373 2399 +26
=========================================
+ Hits 6786 6887 +101
Misses 43 43
Partials 61 61 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/safe_numbers/bit.hpp | 100.0% <100.0%> (ø) |
|
| include/boost/safe_numbers/byte_conversions.hpp | 100.0% <100.0%> (ø) |
|
| include/boost/safe_numbers/detail/rtz.hpp | 100.0% <ø> (ø) |
|
| include/boost/safe_numbers/detail/type_traits.hpp | 100.0% <ø> (ø) |
|
| test/test_to_from_be.cpp | 100.0% <100.0%> (ø) |
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 6fa4177...e7327f1. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading