parami-foundation / parami-blockchain

Parami Chain
GNU General Public License v3.0
4 stars 1 forks source link

REFACTOR: extract stakes trait #55

Closed coderfengyun closed 1 year ago

coderfengyun commented 2 years ago

{Summary}

Fixes #{issue}

Type of change

Checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #55 (6d885be) into main (aadf688) will decrease coverage by 0.35%. The diff coverage is 40.74%.

:exclamation: Current head 6d885be differs from pull request most recent head 072ad8f. Consider uploading reports for the commit 072ad8f to get more accurate results

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   42.11%   41.75%   -0.36%     
==========================================
  Files          36       36              
  Lines        2429     2402      -27     
==========================================
- Hits         1023     1003      -20     
+ Misses       1406     1399       -7     
Impacted Files Coverage Δ
pallets/traits/src/stakes.rs 0.00% <0.00%> (ø)
pallets/swap/src/lib.rs 40.96% <12.50%> (-6.10%) :arrow_down:
pallets/swap/src/impl_swaps.rs 34.63% <21.42%> (-0.46%) :arrow_down:
pallets/stake/src/lib.rs 46.15% <52.00%> (+1.85%) :arrow_up:
pallets/nft/src/lib.rs 37.88% <100.00%> (-1.21%) :arrow_down:
pallets/traits/src/transferable.rs 0.00% <0.00%> (-33.34%) :arrow_down:
pallets/linker/src/lib.rs 44.77% <0.00%> (-3.76%) :arrow_down:
pallets/ad/src/lib.rs 45.55% <0.00%> (-3.08%) :arrow_down:
pallets/ocw/src/lib.rs 53.84% <0.00%> (-2.57%) :arrow_down:
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ruibinx commented 2 years ago

build挂了