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

fix(collator): fix collators lags and panics after sync #494

Merged
merged 4 commits into from
Dec 11, 2024

fix(collator): clear uncommitted diffs on sync

77958bc
Select commit
Loading
Failed to load commit list.
Merged

fix(collator): fix collators lags and panics after sync #494

fix(collator): clear uncommitted diffs on sync
77958bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 1s

43.84% (-0.01%) compared to c69d94c, passed because coverage increased by 0% when compared to adjusted base (43.85%)

View this Pull Request on Codecov

43.84% (-0.01%) compared to c69d94c, passed because coverage increased by 0% when compared to adjusted base (43.85%)

Details

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 43.84%. Comparing base (c69d94c) to head (77958bc).

Files with missing lines Patch % Lines
collator/src/collator/mod.rs 0.00% 8 Missing ⚠️
collator/src/manager/mod.rs 0.00% 6 Missing ⚠️
collator/src/collator/do_collate/mod.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #494      +/-   ##
==========================================
- Coverage   43.84%   43.84%   -0.01%     
==========================================
  Files         269      269              
  Lines       47409    47422      +13     
  Branches    47409    47422      +13     
==========================================
+ Hits        20788    20793       +5     
- Misses      25555    25564       +9     
+ Partials     1066     1065       -1     

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