Move the to_chars and from_chars overloads into the boost::charconv namespace
#77
Codecov / codecov/project
succeeded
Feb 18, 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 (f5d7dc6) to head (7631d34).
Additional details and impacted files
@@ Coverage Diff @@
## develop #77 +/- ##
=======================================
Coverage 98.6% 98.6%
=======================================
Files 110 110
Lines 7099 7099
Branches 2429 2429
=======================================
Hits 6995 6995
Misses 43 43
Partials 61 61 | Files with missing lines | Coverage Δ | |
|---|---|---|
| examples/charconv.cpp | 100.0% <ø> (ø) |
|
| examples/verified_runtime_usage.cpp | 92.7% <100.0%> (ø) |
|
| include/boost/safe_numbers/charconv.hpp | 100.0% <ø> (ø) |
|
| test/test_unsigned_bounded_charconv.cpp | 100.0% <ø> (ø) |
|
| test/test_unsigned_charconv.cpp | 100.0% <ø> (ø) |
|
| test/test_verified_charconv.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 f5d7dc6...7631d34. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading