openSUSE / openSUSE-release-tools

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

Don't abort if weakremover.inc don't exist on source project #3049

Closed fcrozat closed 1 month ago

fcrozat commented 5 months ago

For ALP, weakremover.inc might not be part of the staging parent project. Just ignore 404 error in that case.

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 28.02%. Comparing base (7b5a3b7) to head (a5f4943).

Files Patch % Lines
osclib/freeze_command.py 72.72% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3049 +/- ## ========================================== + Coverage 27.99% 28.02% +0.03% ========================================== Files 86 86 Lines 14972 14981 +9 ========================================== + Hits 4191 4199 +8 - Misses 10781 10782 +1 ```

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

Vogtinator commented 1 month ago

I'd merge, but now there are unrelated commits on top

fcrozat commented 1 month ago

I'd merge, but now there are unrelated commits on top

let me fix that, I should have used a topic branch in the first place..

fcrozat commented 1 month ago

switching to https://github.com/openSUSE/openSUSE-release-tools/pull/3083