build(testenv): make "miniscript" feature default #33
Annotations
1 error and 5 warnings
|
variables can be used directly in the `format!` string:
examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string
--> examples/example_cli/src/lib.rs:232:24
|
232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
|
232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown),
232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"),
|
|
|
Code Coverage
Cache not found for keys: v0-rust-Codecov-Linux-x64-40751f4f-4a48195c, v0-rust-Codecov-Linux-x64-40751f4f
|
|
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
Expired
|
451 KB |
sha256:358345a092c10295db61b5b36b45244433dfefa99e548c4eb7d982affba9b4e2
|
|