borgbackup / borg

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

files cache improvements #8389

Closed ThomasWaldmann closed 1 month ago

ThomasWaldmann commented 1 month ago

Fixes #8385.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 81.43%. Comparing base (f1a39a0) to head (ec9d412). Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/cache.py 72.81% 22 Missing and 6 partials :warning:
src/borg/archive.py 55.55% 2 Missing and 2 partials :warning:
src/borg/archiver/list_cmd.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8389 +/- ## ========================================== - Coverage 81.54% 81.43% -0.12% ========================================== Files 70 70 Lines 12717 12733 +16 Branches 2297 2310 +13 ========================================== - Hits 10370 10369 -1 - Misses 1694 1707 +13 - Partials 653 657 +4 ```

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