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

Add an interactive option to display build log in 'request list -i' command #1367

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

dmach
Copy link
Contributor

@dmach dmach commented Jul 20, 2023

Also show rpmlint logs in pager.

Fixes: #1365

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage: 2.12% and project coverage change: -0.05 ⚠️

Comparison is base (ac23ed0) 28.85% compared to head (c56d9fc) 28.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1367      +/-   ##
==========================================
- Coverage   28.85%   28.81%   -0.05%     
==========================================
  Files          45       45              
  Lines       17069    17098      +29     
==========================================
+ Hits         4925     4926       +1     
- Misses      12144    12172      +28     
Impacted Files Coverage Δ
osc/_private/project.py 0.00% <0.00%> (ø)
osc/core.py 35.45% <2.17%> (-0.15%) ⬇️

... and 2 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.

@@ -18,6 +18,7 @@
import fnmatch
import glob
import hashlib
import io

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note

Module 'io' is imported with both 'import' and 'import from'.
Copy link
Contributor

@mcepl mcepl left a comment

Choose a reason for hiding this comment

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

Works for me just fine.

@dmach dmach merged commit 71dc7a6 into openSUSE:master Jul 27, 2023
28 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.

osc request list -i should have an option to see complete logs
2 participants