Skip to content

done option

done option #289

Triggered via push March 19, 2024 05:32
Status Success
Total duration 2m 56s
Artifacts

coverage.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
the function has a cognitive complexity of (37/25): utils/poll-runner/src/pending.rs#L17
warning: the function has a cognitive complexity of (37/25) --> utils/poll-runner/src/pending.rs:17:14 | 17 | pub async fn menu() { | ^^^^ | = 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
the function has a cognitive complexity of (40/25): utils/poll-runner/src/active.rs#L22
warning: the function has a cognitive complexity of (40/25) --> utils/poll-runner/src/active.rs:22:14 | 22 | pub async fn menu() { | ^^^^ | = 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 --> utils/poll-runner/src/main.rs:2:9 | 2 | #![warn(clippy::nursery, clippy::all)] | ^^^^^^^^^^^^^^^ = note: `#[warn(clippy::cognitive_complexity)]` implied by `#[warn(clippy::nursery)]`
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/