ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Support device img files #25

Open ernoaapa opened 6 years ago

ernoaapa commented 6 years ago

Updated build device to produce img -file as default output which is easy to write into disk with dd.

codecov[bot] commented 6 years ago

Codecov Report

Merging #25 into master will decrease coverage by 0.4%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   26.02%   25.61%   -0.41%     
==========================================
  Files          50       50              
  Lines        2425     2420       -5     
==========================================
- Hits          631      620      -11     
- Misses       1724     1731       +7     
+ Partials       70       69       -1
Impacted Files Coverage Δ
pkg/cmd/build/utils.go 53.19% <100%> (ø) :arrow_up:
pkg/runtime/utils.go 0% <0%> (-84.62%) :arrow_down:
pkg/runtime/containerd.go 1.72% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3089eaf...bd1a46c. Read the comment docs.