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

chore: unify dependencies to root cargo.toml #5333

Merged
merged 12 commits into from
Oct 24, 2024

Fixed storage key decoding for Engine. This will fix bouncer/engine s…

ff7b39c
Select commit
Loading
Failed to load commit list.
Merged

chore: unify dependencies to root cargo.toml #5333

Fixed storage key decoding for Engine. This will fix bouncer/engine s…
ff7b39c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 0s

71% (-0%) compared to 09f7507

Details

Codecov Report

Attention: Patch coverage is 56.09756% with 18 lines in your changes missing coverage. Please review.

Project coverage is 71%. Comparing base (09f7507) to head (ff7b39c).

Files with missing lines Patch % Lines
engine/src/state_chain_observer/client.rs 14% 6 Missing ⚠️
engine/src/lib.rs 0% 3 Missing ⚠️
engine/src/witness/common/epoch_source.rs 0% 2 Missing ⚠️
engine/src/btc/rpc.rs 0% 1 Missing ⚠️
engine/src/dot/http_rpc.rs 0% 1 Missing ⚠️
engine/src/elections.rs 0% 1 Missing ⚠️
...tate_chain_observer/client/extrinsic_api/signed.rs 0% 1 Missing ⚠️
engine/src/witness/arb.rs 0% 1 Missing ⚠️
...d_chain_source/chunked_by_vault/monitored_items.rs 0% 1 Missing ⚠️
engine/src/witness/dot.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5333    +/-   ##
======================================
- Coverage     71%     71%    -0%     
======================================
  Files        494     494            
  Lines      86142   86009   -133     
  Branches   86142   86009   -133     
======================================
- Hits       61164   60968   -196     
- Misses     22245   22302    +57     
- Partials    2733    2739     +6     

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