Skip to content

ci: update codecov slug #43

ci: update codecov slug

ci: update codecov slug #43

Triggered via push August 26, 2025 06:23
Status Success
Total duration 1m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L106
passing a unit value to a function
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L137
passing a unit value to a function
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L188
called `iter().cloned().collect()` on a slice to create a `Vec`. Calling `to_vec()` is both faster and more readable
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L37
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
/home/runner/work/bec_log_ingestor/bec_log_ingestor/src/main.rs#L64
use of `unwrap_or` to construct default value