borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11.24k stars 744 forks source link

simple error msg for non-existing repo, fixes #8475 #8477

Closed ThomasWaldmann closed 1 month ago

ThomasWaldmann commented 1 month ago

do not show a traceback for this (expected) case.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.75%. Comparing base (7be254e) to head (a49de25). Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/repository.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8477 +/- ## ========================================== - Coverage 81.76% 81.75% -0.02% ========================================== Files 73 73 Lines 13110 13113 +3 Branches 1926 1926 ========================================== + Hits 10720 10721 +1 - Misses 1733 1735 +2 Partials 657 657 ```

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