wip2 #272
Annotations
1 error and 4 warnings
variables can be used directly in the `format!` string:
crates/electrum/tests/test_electrum.rs#L73
error: variables can be used directly in the `format!` string
--> crates/electrum/tests/test_electrum.rs:73:28
|
73 | .map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `-D clippy::uninlined-format-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
help: change this to
|
73 - .map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
73 + .map_err(|err| anyhow::anyhow!("LocalChain update error: {err:?}"))?;
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
coverage-report
|
471 KB |
sha256:07d4e419d84a47ca0c2e5e1813eb58ce0be6f97de672b79f33a4f41a68b5311a
|
|