refactor: use Bytes instead of Vec<u8> in CarBlock #7023
Merged
Codecov / codecov/project
succeeded
May 8, 2026 in 0s
64.24% (+0.01%) compared to 8f2b32b
View this Pull Request on Codecov
64.24% (+0.01%) compared to 8f2b32b
Details
Codecov Report
❌ Patch coverage is 67.79661% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.24%. Comparing base (8f2b32b) to head (95bd88b).
✅ All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/rpc/methods/state.rs | 0.00% | 12 Missing |
| src/ipld/util.rs | 69.23% | 4 Missing |
| src/db/parity_db/gc.rs | 66.66% | 0 Missing and 2 partials |
| src/tool/subcommands/archive_cmd.rs | 0.00% | 1 Missing |
Additional details and impacted files
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/blocks/tipset.rs | 84.88% <100.00%> (+0.08%) |
⬆️ |
| src/chain/mod.rs | 76.85% <100.00%> (ø) |
|
| src/db/car/forest.rs | 83.87% <100.00%> (+0.09%) |
⬆️ |
| src/db/car/mod.rs | 85.71% <100.00%> (ø) |
|
| src/db/memory.rs | 88.81% <100.00%> (ø) |
|
| src/tool/subcommands/car_cmd.rs | 77.93% <100.00%> (+0.46%) |
⬆️ |
| src/utils/db/car_stream.rs | 71.42% <100.00%> (-0.36%) |
⬇️ |
| src/utils/db/car_util.rs | 88.88% <100.00%> (ø) |
|
| src/tool/subcommands/archive_cmd.rs | 29.30% <0.00%> (ø) |
|
| src/db/parity_db/gc.rs | 35.20% <66.66%> (+2.14%) |
⬆️ |
| ... and 2 more |
... and 13 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 9259f45...95bd88b. Read the comment docs.
🚀 New features to boost your workflow:
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading