CosmWasm / wasmd

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

IBC Callbacks #1817

Closed chipshort closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 21.49533% with 84 lines in your changes missing coverage. Please review.

Project coverage is 54.44%. Comparing base (5ae2f4a) to head (4a51e5b).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817/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/1817?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #1817 +/- ## ========================================== - Coverage 54.87% 54.44% -0.44% ========================================== Files 65 65 Lines 9775 9867 +92 ========================================== + Hits 5364 5372 +8 - Misses 3866 3950 +84 Partials 545 545 ``` | [Files](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) | Coverage Δ | | |---|---|---| | [app/app.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817?src=pr&el=tree&filepath=app%2Fapp.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-YXBwL2FwcC5nbw==) | `85.95% <100.00%> (+0.17%)` | :arrow_up: | | [x/wasm/types/wasmer\_engine.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Fwasmer_engine.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL3dhc21lcl9lbmdpbmUuZ28=) | `0.00% <ø> (ø)` | | | [x/wasm/keeper/relay.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817?src=pr&el=tree&filepath=x%2Fwasm%2Fkeeper%2Frelay.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL2tlZXBlci9yZWxheS5nbw==) | `62.32% <0.00%> (-18.93%)` | :arrow_down: | | [x/wasm/ibc.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1817?src=pr&el=tree&filepath=x%2Fwasm%2Fibc.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL2liYy5nbw==) | `54.31% <16.66%> (-14.76%)` | :arrow_down: |
chipshort commented 2 months ago

I rebased on main. Can be merged if CI is happy