Skip to content
New issue

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

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

Already on GitHub? # to your account

feature(collator): queue diffs tail #480

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

fix(core): gc range queue diffs tail

5a1f853
Select commit
Loading
Failed to load commit list.
Draft

feature(collator): queue diffs tail #480

fix(core): gc range queue diffs tail
5a1f853
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 27, 2024 in 1s

44.22% (-0.02%) compared to 62730ec, passed because coverage increased by 0.03% when compared to adjusted base (44.19%)

View this Pull Request on Codecov

44.22% (-0.02%) compared to 62730ec, passed because coverage increased by 0.03% when compared to adjusted base (44.19%)

Details

Codecov Report

Attention: Patch coverage is 48.74275% with 265 lines in your changes missing coverage. Please review.

Project coverage is 44.22%. Comparing base (62730ec) to head (5a1f853).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
collator/src/collator/do_collate/finalize.rs 0.00% 52 Missing ⚠️
collator/src/collator/do_collate/mod.rs 57.28% 44 Missing ⚠️
core/src/block_strider/subscriber/mod.rs 0.00% 41 Missing ⚠️
storage/src/store/internal_queue/mod.rs 66.66% 30 Missing and 2 partials ⚠️
collator/src/manager/blocks_cache.rs 0.00% 21 Missing ⚠️
collator/src/manager/mod.rs 0.00% 16 Missing ⚠️
collator/src/internal_queue/queue.rs 85.55% 6 Missing and 7 partials ⚠️
collator/src/queue_adapter.rs 0.00% 12 Missing ⚠️
block-util/src/queue/queue_diff.rs 41.66% 7 Missing ⚠️
collator/src/types.rs 0.00% 5 Missing ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #480      +/-   ##
==========================================
- Coverage   44.23%   44.22%   -0.02%     
==========================================
  Files         269      269              
  Lines       47575    47817     +242     
  Branches    47575    47817     +242     
==========================================
+ Hits        21047    21147     +100     
- Misses      25438    25578     +140     
- Partials     1090     1092       +2     

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