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

Emit balance change events from the protocol #3141

Merged
merged 104 commits into from
May 9, 2024

Changelog for #3141

50dc3c7
Select commit
Loading
Failed to load commit list.
Merged

Emit balance change events from the protocol #3141

Changelog for #3141
50dc3c7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2024 in 0s

59.65% (+0.24%) compared to ea843f7

View this Pull Request on Codecov

59.65% (+0.24%) compared to ea843f7

Details

Codecov Report

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

Project coverage is 59.65%. Comparing base (ea843f7) to head (50dc3c7).
Report is 21 commits behind head on main.

Files Patch % Lines
crates/ibc/src/event.rs 46.94% 113 Missing ⚠️
...tes/apps/src/lib/node/ledger/shell/testing/node.rs 0.00% 88 Missing ⚠️
crates/events/src/extend.rs 74.26% 88 Missing ⚠️
...rates/apps/src/lib/node/ledger/shell/governance.rs 14.13% 79 Missing ⚠️
crates/events/src/lib.rs 72.68% 62 Missing ⚠️
crates/governance/src/event.rs 52.21% 54 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 32 Missing ⚠️
crates/state/src/wl_state.rs 0.00% 30 Missing ⚠️
...s/apps/src/lib/node/ledger/shell/finalize_block.rs 29.41% 24 Missing ⚠️
crates/ibc/src/actions.rs 0.00% 20 Missing ⚠️
... and 25 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3141      +/-   ##
==========================================
+ Coverage   59.41%   59.65%   +0.24%     
==========================================
  Files         298      303       +5     
  Lines       92326    93349    +1023     
==========================================
+ Hits        54853    55689     +836     
- Misses      37473    37660     +187     

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