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

ETH-implicit account support #10224

Merged
merged 7 commits into from
Nov 24, 2023

Change panic message

96bec02
Select commit
Loading
Failed to load commit list.
Merged

ETH-implicit account support #10224

Change panic message
96bec02
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 24, 2023 in 0s

71.85% (+0.01%) compared to 979102f

View this Pull Request on Codecov

71.85% (+0.01%) compared to 979102f

Details

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (979102f) 71.83% compared to head (96bec02) 71.85%.
Report is 2 commits behind head on master.

Files Patch % Lines
integration-tests/src/user/rpc_user.rs 0.00% 11 Missing ⚠️
core/primitives-core/src/runtime/fees.rs 66.66% 4 Missing ⚠️
runtime/runtime/src/actions.rs 92.85% 2 Missing ⚠️
tools/mirror/src/key_mapping.rs 0.00% 2 Missing ⚠️
core/crypto/src/signature.rs 80.00% 1 Missing ⚠️
core/primitives/src/runtime/parameter_table.rs 0.00% 0 Missing and 1 partial ⚠️
core/primitives/src/views.rs 50.00% 1 Missing ⚠️
integration-tests/src/user/runtime_user.rs 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10224      +/-   ##
==========================================
+ Coverage   71.83%   71.85%   +0.01%     
==========================================
  Files         707      707              
  Lines      141949   142196     +247     
  Branches   141949   142196     +247     
==========================================
+ Hits       101972   102169     +197     
- Misses      35260    35303      +43     
- Partials     4717     4724       +7     

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