Closed vojtechtrefny closed 5 months ago
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 11.65%. Comparing base (
acd20be
) to head (967748e
). Report is 3 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
library/blivet.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@vojtechtrefny lgtm - ready to merge?
Latest pylint added a new check for values used before assignment. This fixes these issues found in the blivet module. Some of these are false positives, some real potential issues.