CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
359 stars 381 forks source link

Mark QuerySmart contract error as deterministic #1904

Closed chipshort closed 3 weeks ago

chipshort commented 3 weeks ago

We apparently didn't mark this as deterministic in #1804.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 54.88%. Comparing base (21b048d) to head (12f8ec5). Report is 5 commits behind head on main.

:exclamation: Current head 12f8ec5 differs from pull request most recent head 5465e8c

Please upload reports for the commit 5465e8c to get more accurate results.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1904/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/1904?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #1904 +/- ## ========================================== + Coverage 54.86% 54.88% +0.02% ========================================== Files 65 65 Lines 9772 9772 ========================================== + Hits 5361 5363 +2 + Misses 3866 3865 -1 + Partials 545 544 -1 ``` | [Files](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1904?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/keeper/keeper.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1904?src=pr&el=tree&filepath=x%2Fwasm%2Fkeeper%2Fkeeper.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL2tlZXBlci9rZWVwZXIuZ28=) | `78.22% <100.00%> (+0.26%)` | :arrow_up: |