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: use encoded address for refund_address in events #5135

Merged
merged 1 commit into from
Aug 9, 2024

fix: use encoded addresses in refund params for events

8d38285
Select commit
Loading
Failed to load commit list.
Merged

fix: use encoded address for refund_address in events #5135

fix: use encoded addresses in refund params for events
8d38285
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

71% (+0%) compared to 667a10a

Details

Codecov Report

Attention: Patch coverage is 60.71429% with 11 lines in your changes missing coverage. Please review.

Project coverage is 71%. Comparing base (667a10a) to head (8d38285).

Files Patch % Lines
api/lib/src/lib.rs 0% 5 Missing ⚠️
state-chain/pallets/cf-ingress-egress/src/lib.rs 33% 2 Missing ⚠️
...ess-egress/src/migrations/add_broker_fee_to_ccm.rs 0% 2 Missing ⚠️
state-chain/pallets/cf-swapping/src/lib.rs 80% 1 Missing ⚠️
state-chain/traits/src/lib.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release/1.5   #5135   +/-   ##
===========================================
  Coverage           71%     71%           
===========================================
  Files              446     446           
  Lines            77037   77049   +12     
  Branches         77037   77049   +12     
===========================================
+ Hits             54672   54684   +12     
- Misses           19427   19431    +4     
+ Partials          2938    2934    -4     

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