Add buffer_slice algorithm and Slice/MutableSlice concepts (#261) #280
Codecov / codecov/project
succeeded
May 13, 2026 in 0s
92.44% (+0.07%) compared to ac63112
View this Pull Request on Codecov
92.44% (+0.07%) compared to ac63112
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.44%. Comparing base (ac63112) to head (8c960a3).
Additional details and impacted files
@@ Coverage Diff @@
## develop #280 +/- ##
===========================================
+ Coverage 92.37% 92.44% +0.07%
===========================================
Files 168 170 +2
Lines 9414 9535 +121
===========================================
+ Hits 8696 8815 +119
- Misses 718 720 +2 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/capy/buffers/buffer_slice.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/capy/detail/slice_impl.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/capy/io/write_now.hpp | 90.41% <ø> (ø) |
|
| include/boost/capy/read.hpp | 100.00% <ø> (ø) |
|
| include/boost/capy/write.hpp | 100.00% <ø> (ø) |
... and 4 files with indirect coverage changes
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 ac63112...8c960a3. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading