Closed smoser closed 2 years ago
Base: 66.86% // Head: 66.86% // No change to project coverage :thumbsup:
Coverage data is based on head (
467484a
) compared to base (18e4a60
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The first commit (HASH) was already merged separately.
Add a test that that creates and verifies an MBR Table.
The interface to creating a MBR is a bit hokey, but it does work. If a disko.Disk has a Table type of MBR, then CreatePartition will create a partition table of MBR type.
Definitely this could use some work, as the filled-out ID and Name are ignored, and the PartitionType gets converted, but it does work.