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

Support installing osc into virtualenv #1430

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

dmach
Copy link
Contributor

@dmach dmach commented Oct 13, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

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

Comparison is base (3d20497) 30.75% compared to head (d53b298) 30.76%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1430      +/-   ##
==========================================
+ Coverage   30.75%   30.76%   +0.01%     
==========================================
  Files          49       49              
  Lines       17744    17754      +10     
==========================================
+ Hits         5457     5462       +5     
- Misses      12287    12292       +5     
Files Coverage Δ
osc/_private/common.py 38.88% <0.00%> (-2.29%) ⬇️
osc/commandline.py 19.14% <62.50%> (+0.06%) ⬆️

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

.github/workflows/build-install.yaml Outdated Show resolved Hide resolved
.github/workflows/build-install.yaml Outdated Show resolved Hide resolved
@@ -10056,6 +10064,9 @@ def do_comment(self, subcmd, opts, *args):
print(result)

def _load_plugins(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe print a big fat warning here?

@dmach dmach marked this pull request as draft October 29, 2023 11:16
@pep8speaks
Copy link

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

Line 270:121: E501 line too long (152 > 120 characters)

@dmach dmach marked this pull request as ready for review November 15, 2023 12:02
@dmach dmach merged commit 7fff395 into openSUSE:master Nov 15, 2023
31 of 33 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.

3 participants