Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: wiring for bandwidth scheduler #12234

Merged
merged 46 commits into from
Oct 24, 2024

Fix python deserialization again

ed32376
Select commit
Loading
Failed to load commit list.
Merged

feat: wiring for bandwidth scheduler #12234

Fix python deserialization again
ed32376
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 1s

71.56% (+0.01%) compared to cd319ac

View this Pull Request on Codecov

71.56% (+0.01%) compared to cd319ac

Details

Codecov Report

Attention: Patch coverage is 84.94624% with 70 lines in your changes missing coverage. Please review.

Project coverage is 71.56%. Comparing base (cd319ac) to head (ed32376).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
core/primitives/src/views.rs 73.50% 31 Missing ⚠️
chain/chain/src/validate.rs 54.83% 13 Missing and 1 partial ⚠️
runtime/runtime/src/bandwidth_scheduler/mod.rs 90.00% 5 Missing and 2 partials ⚠️
core/primitives/src/bandwidth_scheduler.rs 84.00% 4 Missing ⚠️
chain/rosetta-rpc/src/adapters/transactions.rs 0.00% 3 Missing ⚠️
tools/state-viewer/src/util.rs 40.00% 3 Missing ⚠️
core/primitives/src/types.rs 93.33% 2 Missing ⚠️
tools/state-viewer/src/apply_chunk.rs 86.66% 1 Missing and 1 partial ⚠️
chain/chain-primitives/src/error.rs 0.00% 1 Missing ⚠️
..._validation/chunk_validator/orphan_witness_pool.rs 50.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12234      +/-   ##
==========================================
+ Coverage   71.55%   71.56%   +0.01%     
==========================================
  Files         836      838       +2     
  Lines      168170   168683     +513     
  Branches   168170   168683     +513     
==========================================
+ Hits       120335   120724     +389     
- Misses      42585    42705     +120     
- Partials     5250     5254       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.