project-machine / disko

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

Implment linux system.DeletePartition #25

Closed smoser closed 4 years ago

smoser commented 4 years ago

This just adds an implementation for the previously un-implemented DeletePartition call in linux package.

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.16%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   57.53%   57.69%   +0.16%     
==========================================
  Files          12       12              
  Lines        1069     1092      +23     
==========================================
+ Hits          615      630      +15     
- Misses        418      423       +5     
- Partials       36       39       +3
Impacted Files Coverage Δ
linux/system.go 0% <0%> (ø) :arrow_up:
linux/disk.go 56.62% <71.42%> (+1.36%) :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 4d64d5d...aa873e5. Read the comment docs.