Closed vojtechtrefny closed 7 months ago
Attention: Patch coverage is 0%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 11.65%. Comparing base (
acd20be
) to head (01e09cf
).
Files | Patch % | Lines |
---|---|---|
library/blivet.py | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Formats like LUKS or LVMPV don't support labels so we need to skip the label check in BlivetVolume._reformat.
Resolves: RHEL-29874
(The second commit is just partially related to this, I found that issue when testing with LUKS which also doesn't have label support in blivet.)