Skip to content

add reconstructed blocks metric

e6d8c39
Select commit
Loading
Failed to load commit list.
Draft

[consensus/marshal] Erasure coding #2208

add reconstructed blocks metric
e6d8c39
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2026 in 0s

92.01% (-0.16%) compared to 7a41436

View this Pull Request on Codecov

92.01% (-0.16%) compared to 7a41436

Details

Codecov Report

❌ Patch coverage is 84.08150% with 500 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.01%. Comparing base (7a41436) to head (e6d8c39).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
consensus/src/marshal/coding/marshaled.rs 46.40% 231 Missing ⚠️
consensus/src/marshal/coding/actor.rs 85.78% 89 Missing ⚠️
consensus/src/marshal/standard/actor.rs 93.38% 42 Missing ⚠️
consensus/src/marshal/coding/shards/engine.rs 91.44% 38 Missing ⚠️
consensus/src/marshal/coding/types.rs 91.53% 31 Missing ⚠️
consensus/src/marshal/coding/cache.rs 90.36% 21 Missing ⚠️
storage/src/metadata/storage.rs 0.00% 14 Missing ⚠️
consensus/src/types.rs 78.18% 12 Missing ⚠️
consensus/src/marshal/coding/shards/mailbox.rs 85.18% 8 Missing ⚠️
consensus/src/marshal/coding/mailbox.rs 93.68% 6 Missing ⚠️
... and 3 more
@@            Coverage Diff             @@
##             main    #2208      +/-   ##
==========================================
- Coverage   92.17%   92.01%   -0.16%     
==========================================
  Files         382      398      +16     
  Lines      122164   127362    +5198     
==========================================
+ Hits       112604   117192    +4588     
- Misses       9560    10170     +610     
Files with missing lines Coverage Δ
coding/src/lib.rs 98.46% <ø> (+6.15%) ⬆️
coding/src/zoda.rs 94.68% <ø> (ø)
consensus/src/lib.rs 0.00% <ø> (ø)
consensus/src/marshal/coding/mod.rs 95.07% <ø> (ø)
consensus/src/marshal/mocks/application.rs 100.00% <100.00%> (ø)
consensus/src/marshal/mocks/block.rs 100.00% <100.00%> (ø)
consensus/src/marshal/mod.rs 54.54% <ø> (-39.66%) ⬇️
consensus/src/marshal/resolver/p2p.rs 100.00% <100.00%> (ø)
consensus/src/marshal/standard/cache.rs 95.31% <100.00%> (ø)
consensus/src/marshal/standard/mailbox.rs 100.00% <100.00%> (ø)
... and 16 more

... and 27 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 7a41436...e6d8c39. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.