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

Improve error messages returned by TX execution #2958

Merged
merged 24 commits into from
Apr 12, 2024

Changelog for #2958

f707ee9
Select commit
Loading
Failed to load commit list.
Merged

Improve error messages returned by TX execution #2958

Changelog for #2958
f707ee9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 8, 2024 in 0s

53.14% (-0.30%) compared to 5e0b162

View this Pull Request on Codecov

53.14% (-0.30%) compared to 5e0b162

Details

Codecov Report

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

Project coverage is 53.14%. Comparing base (5e0b162) to head (f707ee9).
Report is 4 commits behind head on main.

Files Patch % Lines
crates/namada/src/ledger/governance/mod.rs 0.00% 456 Missing ⚠️
crates/namada/src/ledger/native_vp/masp.rs 0.00% 155 Missing ⚠️
crates/namada/src/ledger/pgf/mod.rs 0.00% 104 Missing ⚠️
crates/vp_prelude/src/lib.rs 35.77% 79 Missing ⚠️
crates/namada/src/ledger/native_vp/mod.rs 36.00% 48 Missing ⚠️
crates/namada/src/ledger/pos/vp.rs 0.00% 42 Missing ⚠️
crates/namada/src/ledger/native_vp/multitoken.rs 62.68% 25 Missing ⚠️
...ledger/native_vp/ethereum_bridge/bridge_pool_vp.rs 83.46% 21 Missing ⚠️
crates/namada/src/ledger/native_vp/parameters.rs 27.27% 16 Missing ⚠️
crates/namada/src/vm/host_env.rs 87.09% 16 Missing ⚠️
... and 16 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2958      +/-   ##
==========================================
- Coverage   53.44%   53.14%   -0.30%     
==========================================
  Files         310      311       +1     
  Lines      101574   102150     +576     
==========================================
+ Hits        54288    54292       +4     
- Misses      47286    47858     +572     

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