Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item: remove .chunks_healthy, fixes #8559 #8568

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

remote.py: fix copy and paste error

d99598c
Select commit
Loading
Failed to load commit list.
Open

Item: remove .chunks_healthy, fixes #8559 #8568

remote.py: fix copy and paste error
d99598c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2024 in 0s

81.91% (+0.07%) compared to 694fa93

View this Pull Request on Codecov

81.91% (+0.07%) compared to 694fa93

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 18 lines in your changes missing coverage. Please review.

Project coverage is 81.91%. Comparing base (694fa93) to head (d99598c).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/archiver/transfer_cmd.py 59.09% 7 Missing and 2 partials ⚠️
src/borg/archive.py 86.95% 1 Missing and 2 partials ⚠️
src/borg/legacyrepository.py 66.66% 1 Missing and 1 partial ⚠️
src/borg/repository.py 66.66% 1 Missing and 1 partial ⚠️
src/borg/archiver/compact_cmd.py 83.33% 1 Missing ⚠️
src/borg/remote.py 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8568      +/-   ##
==========================================
+ Coverage   81.84%   81.91%   +0.07%     
==========================================
  Files          74       74              
  Lines       13311    13284      -27     
  Branches     1960     1954       -6     
==========================================
- Hits        10894    10882      -12     
+ Misses       1755     1744      -11     
+ Partials      662      658       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.