CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
364 stars 395 forks source link

Validate number of addresses in msg #1926

Closed webmaster128 closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.40%. Comparing base (745adca) to head (c1f1f2c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926/graphs/tree.svg?width=650&height=150&src=pr&token=rxXgFH3QTf&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm)](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #1926 +/- ## ========================================== - Coverage 54.44% 54.40% -0.05% ========================================== Files 65 65 Lines 9986 9976 -10 ========================================== - Hits 5437 5427 -10 Misses 3993 3993 Partials 556 556 ``` | [Files](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) | Coverage Δ | | |---|---|---| | [x/wasm/types/params.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Fparams.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL3BhcmFtcy5nbw==) | `70.73% <100.00%> (-3.47%)` | :arrow_down: | | [x/wasm/types/tx.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Ftx.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL3R4Lmdv) | `66.54% <100.00%> (-1.59%)` | :arrow_down: | | [x/wasm/types/validation.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1926?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Fvalidation.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL3ZhbGlkYXRpb24uZ28=) | `96.36% <100.00%> (+1.36%)` | :arrow_up: |