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

feat(docker): create network req #304

Open joshuachp opened 11 months ago

joshuachp commented 11 months ago

Closes #279

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (483ea58) 72.18% compared to head (bbe6749) 54.85%.

Files Patch % Lines
edgehog-device-runtime-docker/src/service.rs 0.00% 102 Missing :warning:
edgehog-device-runtime-docker/src/image.rs 0.00% 82 Missing :warning:
edgehog-device-runtime-docker/src/network.rs 0.00% 82 Missing :warning:
edgehog-device-runtime-docker/src/volume.rs 0.00% 69 Missing :warning:
...dgehog-device-runtime-docker/src/properties/mod.rs 0.00% 30 Missing :warning:
...og-device-runtime-docker/src/properties/network.rs 0.00% 26 Missing :warning:
...ehog-device-runtime-docker/src/properties/image.rs 0.00% 25 Missing :warning:
...hog-device-runtime-docker/src/properties/volume.rs 0.00% 21 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #304 +/- ## =========================================== - Coverage 72.18% 54.85% -17.33% =========================================== Files 26 34 +8 Lines 1384 1821 +437 =========================================== Hits 999 999 - Misses 385 822 +437 ```

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