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

skippkg-finder.py: Handle empty configuration values properly #2973

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

Vogtinator
Copy link
Member

Splitting an empty string with ' ' results in list(""), which the code does not handle properly. Instead use just split() which returns an empty list() insted.

Splitting an empty string with ' ' results in list(""), which the code does
not handle properly. Instead use just split() which returns an empty list()
insted.
@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

Patch coverage has no change and project coverage change: -6.68 ⚠️

Comparison is base (d798b51) 28.22% compared to head (df4782d) 21.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2973      +/-   ##
==========================================
- Coverage   28.22%   21.55%   -6.68%     
==========================================
  Files          85       85              
  Lines       14634    14634              
==========================================
- Hits         4131     3154     -977     
- Misses      10503    11480     +977     
Impacted Files Coverage Δ
skippkg-finder.py 0.00% <0.00%> (ø)

... and 22 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Vogtinator Vogtinator merged commit bd7d620 into openSUSE:master Jun 19, 2023
5 of 6 checks passed
@Vogtinator Vogtinator deleted the 154cr branch June 19, 2023 08:25
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.

2 participants