Closed FrancescoVaiani closed 2 years ago
Base: 66.81% // Head: 67.73% // Increases project coverage by +0.92%
:tada:
Coverage data is based on head (
e958bfe
) compared to base (7b6df69
). Patch coverage: 95.65% of modified lines in pull request are covered.:exclamation: Current head e958bfe differs from pull request most recent head 45528b4. Consider uploading reports for the commit 45528b4 to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Add support retrieving
IMAGE_ID
ANDIMAGE_VERSION
from/etc/os-release
forio.edgehog.devicemanager.BaseImage
. Said data are optional and limited to supported OSs./name
is retrieved fromIMAGE_ID
;/version
is retrieved from the first half ofIMAGE_VERSION
splitted over the character+
;/buildId
is retrieved from the first half ofIMAGE_VERSION
splitted over the character+
;/fingerprint
is left for future releases and only for OSs supporting image hashing.Close #6
Signed-off-by: Francesco Vaiani francesco.vaiani@secomind.com