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

PoS: update ClaimRewards action to add receiver #4429

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

PoS: update ClaimRewards tx action

0ac1938
Select commit
Loading
Failed to load commit list.
Draft

PoS: update ClaimRewards action to add receiver #4429

PoS: update ClaimRewards tx action
0ac1938
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 27, 2025 in 0s

74.46% (-0.08%) compared to c29fd32

View this Pull Request on Codecov

74.46% (-0.08%) compared to c29fd32

Details

Codecov Report

Attention: Patch coverage is 56.71642% with 29 lines in your changes missing coverage. Please review.

Project coverage is 74.46%. Comparing base (c29fd32) to head (0ac1938).
Report is 33 commits behind head on main.

Files with missing lines Patch % Lines
crates/sdk/src/tx.rs 36.36% 14 Missing ⚠️
wasm/tx_claim_rewards/src/lib.rs 0.00% 6 Missing ⚠️
crates/tx_prelude/src/proof_of_stake.rs 0.00% 3 Missing ⚠️
wasm/vp_implicit/src/lib.rs 0.00% 2 Missing ⚠️
wasm/vp_user/src/lib.rs 0.00% 2 Missing ⚠️
crates/proof_of_stake/src/lib.rs 92.30% 1 Missing ⚠️
crates/sdk/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4429      +/-   ##
==========================================
- Coverage   74.54%   74.46%   -0.08%     
==========================================
  Files         339      339              
  Lines      110504   110660     +156     
==========================================
+ Hits        82374    82403      +29     
- Misses      28130    28257     +127     

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