-
-
Notifications
You must be signed in to change notification settings - Fork 757
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
fix config/cache dir compatibility issues, fixes #7445 #7448
fix config/cache dir compatibility issues, fixes #7445 #7448
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #7448 +/- ##
==========================================
- Coverage 83.87% 83.60% -0.28%
==========================================
Files 67 67
Lines 11796 11796
Branches 2149 2012 -137
==========================================
- Hits 9894 9862 -32
- Misses 1329 1355 +26
- Partials 573 579 +6
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
564713e
to
9f113c3
Compare
Also add test for the same
Make sure the result of get_cache_dir matches pre and post borgbackup#7300 where desired
191da86
to
834641b
Compare
834641b
to
6fb147c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! |
fixes #7445.