project-machine / disko

Disk Operations API in Go
Apache License 2.0
13 stars 9 forks source link

Add String functions for AttachmentType and DiskType, LVType. #18

Closed smoser closed 4 years ago

smoser commented 4 years ago

Just make it so printing of these types does something sane.

codecov[bot] commented 4 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   51.04%   51.42%   +0.37%     
==========================================
  Files          11       11              
  Lines         907      914       +7     
==========================================
+ Hits          463      470       +7     
  Misses        427      427              
  Partials       17       17
Impacted Files Coverage Δ
disk.go 89.65% <100%> (+0.97%) :arrow_up:
lvm.go 50% <100%> (+50%) :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 7d343f6...19e321b. Read the comment docs.