Closed richm closed 3 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 10.76%. Comparing base (
bb51979
) to head (978ab07
). Report is 3 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
library/blivet.py | 0.00% | 1 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (bb51979) and HEAD (978ab07). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (bb51979) | HEAD (978ab07) | |------|------|------| |sanity|1|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cause: The blivet module was not looking for the check_mode flag before reporting an error when the supporting modules could not be loaded.
Consequence: The storage role would give an error in check mode in the "Get required packages" task.
Fix: See if the role is running in check mode, and do not report an error if the underlying modules cannot be loaded. This is expected.
Result: The storage role does not print an error when running in check mode.
Signed-off-by: Rich Megginson rmeggins@redhat.com