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
12 stars 10 forks source link

Add support to OTAEvent/OTARequest interface #229

Closed harlem88 closed 1 year ago

harlem88 commented 1 year ago

Close #208

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 81.48% and project coverage change: +4.55 :tada:

Comparison is base (25d96ff) 71.44% compared to head (9076169) 76.00%.

:exclamation: Current head 9076169 differs from pull request most recent head 4ddcf9b. Consider uploading reports for the commit 4ddcf9b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== + Coverage 71.44% 76.00% +4.55% ========================================== Files 22 25 +3 Lines 809 1221 +412 ========================================== + Hits 578 928 +350 - Misses 231 293 +62 ``` | [Impacted Files](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager) | Coverage Δ | | |---|---|---| | [src/error.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL2Vycm9yLnJz) | `0.00% <ø> (ø)` | | | [src/ota/rauc.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL290YS9yYXVjLnJz) | `12.24% <0.00%> (ø)` | | | [src/ota/ota\_handle.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL290YS9vdGFfaGFuZGxlLnJz) | `82.42% <82.42%> (ø)` | | | [src/ota/ota\_handler.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL290YS9vdGFfaGFuZGxlci5ycw==) | `84.97% <85.34%> (-3.22%)` | :arrow_down: | | [src/lib.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL2xpYi5ycw==) | `79.74% <100.00%> (+14.16%)` | :arrow_up: | | [src/ota/mod.rs](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL290YS9tb2QucnM=) | `100.00% <100.00%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/229/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.