feat(sponsorship): fight spam #2276
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
try-runtime-prepare
4m 20s
lints
4m 57s
test-runtime
3m 27s
tests-with-linecoverage
7m 10s
try-runtime-execute
1m 2s
Annotations
5 warnings
test-runtime:
pallets/sponsorship/src/lib.rs#L35
unused import: `TryRuntimeError`
|
test-runtime:
pallets/sponsorship/src/migration.rs#L31
unused import: `TryRuntimeError`
|
try-runtime-execute
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
using `clone` on type `<T as Config>::PotId` which implements the `Copy` trait:
pallets/sponsorship/src/benchmarking.rs#L360
warning: using `clone` on type `<T as Config>::PotId` which implements the `Copy` trait
--> pallets/sponsorship/src/benchmarking.rs:360:6
|
360 | pot.clone(),
| ^^^^^^^^^^^ help: try dereferencing it: `*pot`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `#[warn(clippy::clone_on_copy)]` on by default
|
using `clone` on type `<T as Config>::PotId` which implements the `Copy` trait:
pallets/sponsorship/src/benchmarking.rs#L407
warning: using `clone` on type `<T as Config>::PotId` which implements the `Copy` trait
--> pallets/sponsorship/src/benchmarking.rs:407:6
|
407 | pot.clone(),
| ^^^^^^^^^^^ help: try dereferencing it: `*pot`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
edensnap
Expired
|
274 MB |
|
try_runtime
Expired
|
6.73 MB |
|