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

AND-matching also on host, user, tags #8429

Merged
merged 3 commits into from
Sep 28, 2024

Conversation

ThomasWaldmann
Copy link
Member

@ThomasWaldmann ThomasWaldmann commented Sep 26, 2024

Fixes #8423.

@ThomasWaldmann ThomasWaldmann changed the title Improve matching, fixes #8423 AND-matching also on host, user, tags Sep 26, 2024
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

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

Project coverage is 81.52%. Comparing base (d5b4a69) to head (f082df7).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/manifest.py 48.38% 12 Missing and 4 partials ⚠️
src/borg/archiver/delete_cmd.py 50.00% 0 Missing and 1 partial ⚠️
src/borg/archiver/info_cmd.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8429      +/-   ##
==========================================
+ Coverage   81.28%   81.52%   +0.23%     
==========================================
  Files          70       70              
  Lines       12784    12797      +13     
  Branches     2317     2325       +8     
==========================================
+ Hits        10392    10433      +41     
+ Misses       1728     1705      -23     
+ Partials      664      659       -5     

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

@ThomasWaldmann ThomasWaldmann merged commit 156d33e into borgbackup:master Sep 28, 2024
15 of 16 checks passed
@ThomasWaldmann ThomasWaldmann deleted the improve-matching branch September 28, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

borg2: match on username, hostname, tags, ...
1 participant