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

Fix retrieving config values in core.vc_export_env() #1432

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

dmach
Copy link
Contributor

@dmach dmach commented Oct 13, 2023

No description provided.

Testing if 'user' config value is present is not necessary,
because the 'username' field is mandatory in HostOptions
and there is also a check that prompts user to enter new credentials if
user is not set.
@pep8speaks
Copy link

pep8speaks commented Oct 13, 2023

Hello @dmach! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 42:121: E501 line too long (125 > 120 characters)
Line 57:121: E501 line too long (125 > 120 characters)
Line 72:121: E501 line too long (125 > 120 characters)

Comment last updated at 2023-10-13 18:34:39 UTC

@dmach dmach force-pushed the fix-vc_export_env branch from 12d9813 to 2684247 Compare October 13, 2023 18:34
@dmach dmach changed the title Fix retreiving config values in core.vc_export_env() Fix retrieving config values in core.vc_export_env() Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (53968bf) 30.40% compared to head (2684247) 30.60%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1432      +/-   ##
==========================================
+ Coverage   30.40%   30.60%   +0.20%     
==========================================
  Files          49       49              
  Lines       17712    17710       -2     
==========================================
+ Hits         5385     5421      +36     
+ Misses      12327    12289      -38     
Files Coverage Δ
osc/core.py 35.86% <100.00%> (+0.61%) ⬆️
osc/commandline.py 19.08% <0.00%> (+<0.01%) ⬆️

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

@dmach dmach merged commit bf0bbf3 into openSUSE:master Oct 13, 2023
29 of 32 checks passed
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