Permissionlessweb/main (#536) #17
coverage.yml
on: push
ubuntu / stable / coverage
17m 58s
Annotations
3 errors and 1 warning
useless conversion to the same type: `error::CwEnvError`:
packages/cw-orch-core/src/contract/interface_traits.rs#L358
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:358:29
|
358 | .transpose()
| _____________________________^
| |_____________________________|
359 | || .map_err(Into::into)
| ||____________________________________^
360 | | }
| |_________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `error::CwEnvError`:
packages/cw-orch-core/src/contract/interface_traits.rs#L308
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:308:44
|
308 | Some(self.upload()).transpose().map_err(Into::into)
| ____________________________________________-^^^^^^^^^^^^^^^^^^^
309 | | }
| |________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `-D clippy::useless-conversion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
|
use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`:
packages/cw-orch-mock/src/queriers/bank.rs#L50
error: use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`
--> packages/cw-orch-mock/src/queriers/bank.rs:50:51
|
50 | let amount = self.app.borrow().wrap().query_all_balances(address)?;
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
ubuntu / stable / coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|