jiegec / usbip

A Rust library to run a USB/IP server
MIT License
255 stars 25 forks source link

Fix clippy warnings and add clippy to pipeline #27

Closed h7x4 closed 10 months ago

h7x4 commented 10 months ago

Clippy already seemed to be included in the CI workflow, it was just never executed.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 5964992405


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/host.rs 0 1 0.0%
src/cdc.rs 1 4 25.0%
src/device.rs 10 21 47.62%
<!-- Total: 18 33 54.55% -->
Files with Coverage Reduction New Missed Lines %
../../../.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/runtime/task/join.rs 1 90.48%
src/device.rs 5 58.28%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 5952485612: -0.03%
Covered Lines: 1527
Relevant Lines: 2315

💛 - Coveralls