openSUSE / openSUSE-release-tools

Tools to aid in staging and release work for openSUSE/SUSE
GNU General Public License v2.0
61 stars 97 forks source link

support committing productcompose files to OBS and not just to git #3099

Closed dcermak closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 27.99%. Comparing base (cba9d9b) to head (fa140e4).

Files Patch % Lines
pkglistgen/tool.py 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3099 +/- ## ========================================== - Coverage 28.00% 27.99% -0.02% ========================================== Files 86 86 Lines 14993 15000 +7 ========================================== Hits 4199 4199 - Misses 10794 10801 +7 ```

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

Vogtinator commented 4 months ago

I guess this fails if there is no 000productcompose in the target project?

dcermak commented 4 months ago

Fabian Vogt @.***> writes:

I guess this fails if there is no 000productcompose in the target project?

Whoops, yes. Should be fixed now

dirkmueller commented 3 months ago

@dcermak needs rebase

dcermak commented 3 months ago

This has already been implemented via https://github.com/openSUSE/openSUSE-release-tools/pull/3091