project-machine / disko

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

Drop linux build constraint. #29

Closed smoser closed 4 years ago

smoser commented 4 years ago

There was a build constraint (// +build linux) on the linux package, but that should not have been needed.

The build constraint meant that you could not run the tests on MacOS.

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   56.74%   56.74%           
=======================================
  Files          12       12           
  Lines        1068     1068           
=======================================
  Hits          606      606           
  Misses        423      423           
  Partials       39       39           

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 94d167e...8c8d637. Read the comment docs.