edgehog-device-manager / edgehog-device-runtime

Edgehog Device Runtime is a portable middleware written in Rust, that enables remote device management on Linux-based systems.
Apache License 2.0
11 stars 10 forks source link

refactor(mock): keep the owned value and remove the & #317

Closed joshuachp closed 7 months ago

joshuachp commented 7 months ago

This PR also fixes some typos in the code

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (a31c8a6) 72.07% compared to head (c7f27f4) 72.18%.

Files Patch % Lines
src/ota/rauc.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #317 +/- ## ========================================== + Coverage 72.07% 72.18% +0.10% ========================================== Files 26 26 Lines 1386 1384 -2 ========================================== Hits 999 999 + Misses 387 385 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.