Add CUDA support to to_chars for integers
#2
Codecov / codecov/project
succeeded
Mar 16, 2026 in 1s
94.86% (+0.00%) compared to ffba31a
View this Pull Request on Codecov
94.86% (+0.00%) compared to ffba31a
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.86%. Comparing base (ffba31a) to head (a8f7c29).
Additional details and impacted files
@@ Coverage Diff @@
## develop #2 +/- ##
========================================
Coverage 94.86% 94.86%
========================================
Files 74 74
Lines 9009 9009
========================================
Hits 8546 8546
Misses 463 463 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/charconv/detail/apply_sign.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/charconv/detail/memcpy.hpp | 50.00% <ø> (ø) |
|
| ...de/boost/charconv/detail/to_chars_integer_impl.hpp | 96.89% <100.00%> (ø) |
|
| include/boost/charconv/detail/to_chars_result.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/charconv/to_chars.hpp | 100.00% <100.00%> (ø) |
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 ffba31a...a8f7c29. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading