Skip to content

Implement rust logics for permissioned signer

Codecov / codecov/project succeeded Sep 18, 2024 in 0s

59.8% (-0.1%) compared to 8cd68d5, passed because coverage increased by -0.1% when compared to adjusted base (59.8%)

View this Pull Request on Codecov

59.8% (-0.1%) compared to 8cd68d5, passed because coverage increased by -0.1% when compared to adjusted base (59.8%)

Details

Codecov Report

Attention: Patch coverage is 86.95652% with 21 lines in your changes missing coverage. Please review.

Project coverage is 59.8%. Comparing base (8cd68d5) to head (42decc7).

Files with missing lines Patch % Lines
...party/move/move-vm/types/src/values/values_impl.rs 75.0% 13 Missing ⚠️
...rd_party/move/move-compiler-v2/src/plan_builder.rs 50.0% 3 Missing ⚠️
third_party/move/move-vm/types/src/value_serde.rs 40.0% 3 Missing ⚠️
...-move/framework/src/natives/permissioned_signer.rs 98.0% 1 Missing ⚠️
third_party/move/move-core/types/src/value.rs 93.3% 1 Missing ⚠️
Additional details and impacted files
@@                             Coverage Diff                             @@
##           08-29-create_permissioned_signer_example   #14521     +/-   ##
===========================================================================
- Coverage                                      59.8%    59.8%   -0.1%     
===========================================================================
  Files                                           850      847      -3     
  Lines                                        207011   206878    -133     
===========================================================================
- Hits                                         123819   123718    -101     
+ Misses                                        83192    83160     -32     

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