Add to_ne_bytes and from_ne_bytes
#90
Merged
Codecov / codecov/project
succeeded
Feb 18, 2026 in 1s
98.5% (target 90.0%)
View this Pull Request on Codecov
98.5% (target 90.0%)
Details
Codecov Report
❌ Patch coverage is 91.19497% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.5%. Comparing base (b14568d) to head (20a6f2c).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| examples/byte_conversions.cpp | 82.8% | 0 Missing and 14 partials |
Additional details and impacted files
@@ Coverage Diff @@
## develop #90 +/- ##
=========================================
- Coverage 98.6% 98.5% -0.1%
=========================================
Files 112 114 +2
Lines 7363 7522 +159
Branches 2523 2593 +70
=========================================
+ Hits 7259 7404 +145
Misses 43 43
- Partials 61 75 +14 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/safe_numbers/byte_conversions.hpp | 100.0% <100.0%> (ø) |
|
| test/test_to_from_ne_bytes.cpp | 100.0% <100.0%> (ø) |
|
| examples/byte_conversions.cpp | 82.8% <82.8%> (ø) |
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 b14568d...20a6f2c. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading