build(deps): bump codecov/codecov-action from 4.5.0 to 5.3.1 in /.github/workflows #2647
ci.yml
on: pull_request
try-runtime-prepare
17m 46s
json-lints
16s
lints
25m 31s
test-runtime
23m 39s
tests-with-linecoverage
28m 26s
try-runtime-paradis-execute
41s
try-runtime-eden-execute
40s
Annotations
14 warnings and 4 notices
json-lints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
try-runtime-prepare
Failed to save: Cache service responded with 429 during commit cache.
|
try-runtime-eden-execute
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
try-runtime-paradis-execute
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-runtime
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
using `map_err` over `inspect_err`:
pallets/uniques/src/lib.rs#L68
warning: using `map_err` over `inspect_err`
--> pallets/uniques/src/lib.rs:68:12
|
68 | #[pallet::hooks]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
68 - #[pallet::hooks]
68 + #[pallet::&inspect_err]
|
|
using `map_err` over `inspect_err`:
pallets/allocations/src/lib.rs#L204
warning: using `map_err` over `inspect_err`
--> pallets/allocations/src/lib.rs:204:12
|
204 | #[pallet::pallet]
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
204 - #[pallet::pallet]
204 + #[pallet::&inspect_err]
|
|
using `map_err` over `inspect_err`:
pallets/reserve/src/lib.rs#L71
warning: using `map_err` over `inspect_err`
--> pallets/reserve/src/lib.rs:71:12
|
71 | #[pallet::hooks]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
71 - #[pallet::hooks]
71 + #[pallet::&inspect_err]
|
|
empty line after outer attribute:
pallets/sponsorship/src/lib.rs#L409
warning: empty line after outer attribute
--> pallets/sponsorship/src/lib.rs:409:3
|
116 | #[frame_support::pallet]
| ------------------------ the attribute applies to this associated function
...
409 | / /// Calls: one or more extrinsics which will be executed paid by the sponsorship. If any call fails all will be rolled back
410 | |
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr
= note: `#[warn(clippy::empty_line_after_outer_attr)]` on by default
= help: if the empty line is unintentional remove it
|
using `map_err` over `inspect_err`:
pallets/sponsorship/src/lib.rs#L124
warning: using `map_err` over `inspect_err`
--> pallets/sponsorship/src/lib.rs:124:12
|
124 | #[pallet::pallet]
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
124 - #[pallet::pallet]
124 + #[pallet::&inspect_err]
|
|
using `map_err` over `inspect_err`:
pallets/grants/src/lib.rs#L142
warning: using `map_err` over `inspect_err`
--> pallets/grants/src/lib.rs:142:12
|
142 | #[pallet::pallet]
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
142 - #[pallet::pallet]
142 + #[pallet::&inspect_err]
|
|
using `map_err` over `inspect_err`:
pallets/mandate/src/lib.rs#L54
warning: using `map_err` over `inspect_err`
--> pallets/mandate/src/lib.rs:54:12
|
54 | #[pallet::hooks]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
= note: `#[warn(clippy::manual_inspect)]` on by default
help: try
|
54 - #[pallet::hooks]
54 + #[pallet::&inspect_err]
|
|
useless conversion to the same type: `primitives::ParaId`:
runtimes/eden/src/xcm_config.rs#L296
warning: useless conversion to the same type: `primitives::ParaId`
--> runtimes/eden/src/xcm_config.rs:296:71
|
296 | ParachainSystem::open_outbound_hrmp_channel_for_benchmarks_or_tests(RandomParaId::get().into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `RandomParaId::get()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
tests-with-linecoverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
sccache stats
9% - 123 hits, 1255 misses, 0 errors
|
sccache stats
15% - 333 hits, 1902 misses, 0 errors
|
sccache stats
21% - 568 hits, 2185 misses, 0 errors
|
sccache stats
7% - 113 hits, 1506 misses, 0 errors
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
try_runtime
|
2.01 MB |
|