Skip to content

Add to_le_bytes and from_le_bytes#79

Merged
mborland merged 5 commits intodevelopfrom
72
Feb 18, 2026
Merged

Add to_le_bytes and from_le_bytes#79
mborland merged 5 commits intodevelopfrom
72

Conversation

@mborland
Copy link
Member

Closes: #72

@mborland mborland added this to the v0.1.0 milestone Feb 18, 2026
@mborland mborland self-assigned this Feb 18, 2026
@mborland mborland added the enhancement New feature or request label Feb 18, 2026
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://79.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-18 17:09:08 UTC

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.6%. Comparing base (d1ac39e) to head (894a3a5).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #79     +/-   ##
=========================================
+ Coverage     98.6%   98.6%   +0.1%     
=========================================
  Files          111     112      +1     
  Lines         7209    7363    +154     
  Branches      2476    2523     +47     
=========================================
+ Hits          7105    7259    +154     
  Misses          43      43             
  Partials        61      61             
Files with missing lines Coverage Δ
include/boost/safe_numbers/byte_conversions.hpp 100.0% <100.0%> (ø)
test/test_to_from_be_bytes.cpp 100.0% <100.0%> (ø)
test/test_to_from_le_bytes.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 d1ac39e...894a3a5. 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 b14568d into develop Feb 18, 2026
36 checks passed
@mborland mborland deleted the 72 branch February 18, 2026 17:39
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.

to_le_bytes / from_le_bytes

2 participants

Comments