broxus / tycho

Reference implementation of Tycho protocol.
https://tychoprotocol.com/
Apache License 2.0
24 stars 1 forks source link

feat(core): queue diff tail len sync #474

Closed drmick closed 1 day ago

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 20.79208% with 80 lines in your changes missing coverage. Please review.

Project coverage is 42.95%. Comparing base (4755326) to head (48a7ea0). Report is 2 commits behind head on feature/queue-diff-len-calc.

Files with missing lines Patch % Lines
collator/src/collator/do_collate/mod.rs 0.00% 34 Missing :warning:
collator/src/collator/do_collate/finalize.rs 0.00% 21 Missing :warning:
collator/src/internal_queue/queue.rs 41.66% 13 Missing and 1 partial :warning:
collator/src/queue_adapter.rs 0.00% 6 Missing :warning:
core/src/block_strider/subscriber/ps_subscriber.rs 0.00% 2 Missing :warning:
collator/src/manager/mod.rs 0.00% 1 Missing :warning:
...e/src/store/persistent_state/queue_state/reader.rs 66.66% 1 Missing :warning:
storage/src/store/persistent_state/tests.rs 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/queue-diff-len-calc #474 +/- ## =============================================================== - Coverage 43.00% 42.95% -0.05% =============================================================== Files 266 266 Lines 46484 46530 +46 Branches 46484 46530 +46 =============================================================== Hits 19989 19989 - Misses 25413 25457 +44 - Partials 1082 1084 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.