Skip to content

lint

6de346a
Select commit
Loading
Failed to load commit list.
Open

[consensus/marshal] Erasure coding #2208

lint
6de346a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 4, 2026 in 0s

93.17% (-0.02%) compared to ba21e3c

View this Pull Request on Codecov

93.17% (-0.02%) compared to ba21e3c

Details

Codecov Report

❌ Patch coverage is 92.59617% with 383 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.17%. Comparing base (ba21e3c) to head (6de346a).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
consensus/src/marshal/coding/marshaled.rs 57.37% 159 Missing ⚠️
consensus/src/marshal/coding/shards/engine.rs 90.77% 70 Missing ⚠️
consensus/src/marshal/coding/types.rs 92.68% 28 Missing ⚠️
consensus/src/marshal/core/actor.rs 91.73% 20 Missing ⚠️
consensus/src/marshal/mocks/harness.rs 99.23% 15 Missing ⚠️
storage/src/metadata/storage.rs 0.00% 14 Missing ⚠️
consensus/src/marshal/coding/mod.rs 97.31% 13 Missing ⚠️
consensus/src/marshal/standard/mod.rs 96.67% 13 Missing ⚠️
consensus/src/types.rs 80.32% 12 Missing ⚠️
consensus/src/marshal/coding/shards/mailbox.rs 88.40% 8 Missing ⚠️
... and 7 more
@@            Coverage Diff             @@
##             main    #2208      +/-   ##
==========================================
- Coverage   93.18%   93.17%   -0.02%     
==========================================
  Files         390      402      +12     
  Lines      124287   127272    +2985     
==========================================
+ Hits       115822   118584    +2762     
- Misses       8465     8688     +223     
Files with missing lines Coverage Δ
coding/src/lib.rs 100.00% <ø> (+6.25%) ⬆️
coding/src/zoda.rs 94.96% <ø> (ø)
consensus/src/lib.rs 0.00% <ø> (ø)
consensus/src/marshal/core/cache.rs 95.63% <100.00%> (ø)
consensus/src/marshal/core/mailbox.rs 100.00% <100.00%> (ø)
consensus/src/marshal/core/variant.rs 100.00% <100.00%> (ø)
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% <ø> (-41.17%) ⬇️
consensus/src/marshal/resolver/p2p.rs 100.00% <100.00%> (ø)
... and 19 more

... and 35 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 ba21e3c...6de346a. 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.