Skip to content

Bump codecov/codecov-action from 3 to 4 #26

Bump codecov/codecov-action from 3 to 4

Bump codecov/codecov-action from 3 to 4 #26

Triggered via pull request February 1, 2024 11:07
Status Success
Total duration 1m 46s
Artifacts

scheduled.yml

on: pull_request
ubuntu / nightly
1m 33s
ubuntu / nightly
ubuntu / beta / updated
1m 33s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L489
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:489:5 | 489 | / pub fn poll<'c>( 490 | | &self, 491 | | completions: &'c mut [ffi::ibv_wc], 492 | | ) -> Result<&'c mut [ffi::ibv_wc], ()> { | |__________________________________________^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L441
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:441:5 | 441 | pub fn alloc_pd(&self) -> Result<ProtectionDomain<'_>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L489
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:489:5 | 489 | / pub fn poll<'c>( 490 | | &self, 491 | | completions: &'c mut [ffi::ibv_wc], 492 | | ) -> Result<&'c mut [ffi::ibv_wc], ()> { | |__________________________________________^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L441
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:441:5 | 441 | pub fn alloc_pd(&self) -> Result<ProtectionDomain<'_>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default