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

[Draft] Memtrie integration #10799

Closed
wants to merge 3 commits into from
Closed

[Draft] Memtrie integration #10799

wants to merge 3 commits into from

Conversation

staffik
Copy link
Contributor

@staffik staffik commented Mar 14, 2024

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

Attention: Patch coverage is 64.11765% with 61 lines in your changes are missing coverage. Please review.

Project coverage is 71.70%. Comparing base (abbc119) to head (cb494e4).
Report is 19 commits behind head on master.

Files Patch % Lines
chain/client/src/sync/state.rs 73.95% 20 Missing and 5 partials ⚠️
chain/chain/src/chain.rs 47.05% 8 Missing and 1 partial ⚠️
chain/client/src/sync_jobs_actions.rs 0.00% 9 Missing ⚠️
chain/chain/src/test_utils/kv_runtime.rs 0.00% 4 Missing ⚠️
chain/client/src/client_actions.rs 25.00% 3 Missing ⚠️
chain/client/src/test_utils/client.rs 81.25% 2 Missing and 1 partial ⚠️
...hain/client/src/test_utils/sync_jobs_test_utils.rs 0.00% 3 Missing ⚠️
chain/client-primitives/src/types.rs 60.00% 2 Missing ⚠️
chain/client/src/sync_jobs_actor.rs 0.00% 1 Missing ⚠️
...client/src/test_utils/client_actions_test_utils.rs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10799      +/-   ##
==========================================
- Coverage   71.74%   71.70%   -0.05%     
==========================================
  Files         758      759       +1     
  Lines      152795   152882      +87     
  Branches   152795   152882      +87     
==========================================
+ Hits       109628   109629       +1     
- Misses      38182    38274      +92     
+ Partials     4985     4979       -6     
Flag Coverage Δ
backward-compatibility 0.24% <0.00%> (-0.01%) ⬇️
db-migration 0.24% <0.00%> (-0.01%) ⬇️
genesis-check 1.42% <0.00%> (-0.01%) ⬇️
integration-tests 37.16% <63.52%> (+0.14%) ⬆️
linux 70.29% <64.11%> (-0.14%) ⬇️
linux-nightly 71.19% <64.11%> (-0.04%) ⬇️
macos 54.83% <63.52%> (+0.09%) ⬆️
pytests 1.65% <0.00%> (-0.01%) ⬇️
sanity-checks 1.43% <0.00%> (-0.01%) ⬇️
unittests 67.36% <63.52%> (-0.11%) ⬇️
upgradability 0.29% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@walnut-the-cat walnut-the-cat added the A-stateless-validation Area: stateless validation label Mar 15, 2024
@staffik staffik closed this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stateless-validation Area: stateless validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants