Closed smoser closed 4 years ago
@smoser rebase your PR latest origin/master and the code coverage should work.
Merging #2 into master will decrease coverage by
6.18%
. The diff coverage is0.49%
.
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
- Coverage 6.66% 0.48% -6.19%
=========================================
Files 3 5 +2
Lines 30 416 +386
=========================================
Hits 2 2
- Misses 28 414 +386
Impacted Files | Coverage Δ | |
---|---|---|
util.go | 0% <0%> (ø) |
|
virt.go | 0% <0%> (ø) |
|
disk.go | 0.69% <0.69%> (ø) |
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 54c2e05...34e27f0. Read the comment docs.
This is some initial implementation as moved over from elsewhere.
I'm interested in feedback on the DiskImpl (name) and convention of implementation and such.
I do have some tests to move over still, and what is here probably isn't even complete, but would like some feedback.