Skip to content

fmt

fmt #229

Triggered via push December 4, 2023 04:39
Status Failure
Total duration 2m 46s
Artifacts

coverage.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
coverage
Process completed with exit code 1.
the function has a cognitive complexity of (27/25): bin/hooks/src/missions.rs#L4
warning: the function has a cognitive complexity of (27/25) --> bin/hooks/src/missions.rs:4:14 | 4 | pub async fn list_updated() -> StatusCode { | ^^^^^^^^^^^^ | = help: you could split it up into multiple smaller functions = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cognitive_complexity note: the lint level is defined here --> bin/hooks/src/main.rs:2:9 | 2 | #![warn(clippy::nursery, clippy::all)] | ^^^^^^^^^^^^^^^ = note: `#[warn(clippy::cognitive_complexity)]` implied by `#[warn(clippy::nursery)]`
coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/