Skip to content

Report code cli

Report code cli #272

Triggered via pull request July 26, 2024 10:34
Status Success
Total duration 2m 42s
Artifacts

proxy-compare.yml

on: pull_request
Proxy compare - newly generated vs present in file tree
2m 33s
Proxy compare - newly generated vs present in file tree
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
[clippy] framework/meta/src/cmd/code_report/generate_report.rs#L110: framework/meta/src/cmd/code_report/generate_report.rs#L110
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> framework/meta/src/cmd/code_report/generate_report.rs:110:9 | 110 | report.path = new_path.to_owned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `new_path.clone_into(&mut report.path)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default
[clippy] framework/meta/src/cmd/code_report/generate_report.rs#L110: framework/meta/src/cmd/code_report/generate_report.rs#L110
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> framework/meta/src/cmd/code_report/generate_report.rs:110:9 | 110 | report.path = new_path.to_owned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `new_path.clone_into(&mut report.path)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default
Proxy compare - newly generated vs present in file tree
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']