Skip to content

Removed usage of num_cpus (#2387) #3422

Removed usage of num_cpus (#2387)

Removed usage of num_cpus (#2387) #3422

Triggered via push May 8, 2024 04:32
Status Success
Total duration 6m 57s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
coverage
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
useless use of `format!`: src/indexer/mod.rs#L294
warning: useless use of `format!` --> src/indexer/mod.rs:294:14 | 294 | (format!("{field_name_out_internal}"), Type::Str), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `field_name_out_internal.to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format = note: `#[warn(clippy::useless_format)]` on by default
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.