Closed ThomasWaldmann closed 1 week ago
Attention: Patch coverage is 86.41975%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 81.80%. Comparing base (
38ba3d8
) to head (56493fc
). Report is 9 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/borg/cache.py | 85.52% | 7 Missing and 4 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
this should fix the cache coherency issue when running (and finishing normally) multiple backups in parallel. if another backup then starts at any time, it will merge all already cached chunk indexes before beginning to process files.
Improvements: