openSUSE / openSUSE-release-tools

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

stagingapi: fix execution with OSC 1.x #2988

Closed DimStar77 closed 1 year ago

DimStar77 commented 1 year ago

osc 1.0 changed the behavior of delete_project. Older versions considered 'force' to imply recursive, new versions want this explicitly.

Fixes https://github.com/openSUSE/openSUSE-release-tools/issues/2928

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 20.00% and project coverage change: -0.01 :warning:

Comparison is base (3bf8fdf) 28.45% compared to head (d257369) 28.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2988 +/- ## ========================================== - Coverage 28.45% 28.45% -0.01% ========================================== Files 85 85 Lines 14698 14702 +4 ========================================== + Hits 4183 4184 +1 - Misses 10515 10518 +3 ``` | [Impacted Files](https://app.codecov.io/gh/openSUSE/openSUSE-release-tools/pull/2988?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openSUSE) | Coverage Δ | | |---|---|---| | [osclib/stagingapi.py](https://app.codecov.io/gh/openSUSE/openSUSE-release-tools/pull/2988?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openSUSE#diff-b3NjbGliL3N0YWdpbmdhcGkucHk=) | `58.89% <20.00%> (-0.15%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.