openSUSE / osc

The Command Line Interface to work with an Open Build Service
http://openbuildservice.org/
GNU General Public License v2.0
170 stars 185 forks source link

Add --no-timestamps parameter to build #1638

Closed Thaodan closed 1 month ago

Thaodan commented 1 month ago

Add --no-timestamps parameter which already exists in build. Help text copied from build. Include parameters for the same parameter in buildlog for easier use.

pep8speaks commented 1 month ago

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

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-10-09 00:23:48 UTC
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 36.29%. Comparing base (f35895d) to head (66b93be). Report is 51 commits behind head on master.

Files with missing lines Patch % Lines
osc/build.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1638 +/- ## ========================================== + Coverage 36.20% 36.29% +0.09% ========================================== Files 118 118 Lines 19749 19859 +110 ========================================== + Hits 7150 7208 +58 - Misses 12599 12651 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dmach commented 1 month ago

Thanks for the patch. LGTM, merging.