Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: lsblk can return LOG_SEC or LOG-SEC #447

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

richm
Copy link
Contributor

@richm richm commented Jun 5, 2024

get_unused_disk is broken on some systems because lsblk ... LOG-SEC can
return LOG_SEC with an underscore instead of the requested
LOG-SEC with a dash.

get_unused_disk is broken on some systems because `lsblk ... LOG-SEC` can
return `LOG_SEC` with an underscore instead of the requested
`LOG-SEC` with a dash.
@richm richm requested a review from vojtechtrefny June 5, 2024 14:50
Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 11.68%. Comparing base (acd20be) to head (351bc3a).
Report is 8 commits behind head on main.

Files Patch % Lines
library/find_unused_disk.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #447      +/-   ##
==========================================
- Coverage   16.54%   11.68%   -4.87%     
==========================================
  Files           2        8       +6     
  Lines         284     1780    +1496     
  Branches       79        0      -79     
==========================================
+ Hits           47      208     +161     
- Misses        237     1572    +1335     
Flag Coverage Δ
sanity ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@richm
Copy link
Contributor Author

richm commented Jun 5, 2024

[citest]

@richm richm merged commit 64333ce into linux-system-roles:main Jun 5, 2024
17 of 28 checks passed
@richm richm deleted the fix-get_unused_disk branch June 5, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant