CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
369 stars 405 forks source link

Add typo check to CI #2032

Closed chipshort closed 2 weeks ago

chipshort commented 2 weeks ago

CI config is copied from https://github.com/CosmWasm/cosmwasm/blob/main/.github/workflows/typo-check.yml

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 42.87%. Comparing base (9c2f332) to head (d824a11). Report is 3 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032/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/2032?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #2032 +/- ## ========================================== + Coverage 42.85% 42.87% +0.01% ========================================== Files 85 85 Lines 11587 11587 ========================================== + Hits 4966 4968 +2 + Misses 6180 6179 -1 + Partials 441 440 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) | Coverage Δ | | |---|---|---| | [tests/ibctesting/endpoint.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=tests%2Fibctesting%2Fendpoint.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-dGVzdHMvaWJjdGVzdGluZy9lbmRwb2ludC5nbw==) | `0.00% <ø> (ø)` | | | [x/wasm/keeper/querier.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Fkeeper%2Fquerier.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL2tlZXBlci9xdWVyaWVyLmdv) | `77.27% <100.00%> (ø)` | | | [x/wasm/migrations/v1/store.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Fmigrations%2Fv1%2Fstore.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL21pZ3JhdGlvbnMvdjEvc3RvcmUuZ28=) | `80.00% <ø> (ø)` | | | [x/wasm/migrations/v2/legacy\_types.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Fmigrations%2Fv2%2Flegacy_types.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL21pZ3JhdGlvbnMvdjIvbGVnYWN5X3R5cGVzLmdv) | `21.81% <ø> (ø)` | | | [x/wasm/migrations/v3/legacy\_types.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Fmigrations%2Fv3%2Flegacy_types.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL21pZ3JhdGlvbnMvdjMvbGVnYWN5X3R5cGVzLmdv) | `33.87% <ø> (ø)` | | | [x/wasm/types/gas\_register.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Fgas_register.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL2dhc19yZWdpc3Rlci5nbw==) | `97.40% <ø> (ø)` | | | [x/wasm/types/keys.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?src=pr&el=tree&filepath=x%2Fwasm%2Ftypes%2Fkeys.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL3R5cGVzL2tleXMuZ28=) | `52.30% <ø> (ø)` | | | [x/wasm/types/wasmer\_engine.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032?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% <ø> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2032/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm)