Skip to content

Conversation

ThomasWaldmann
Copy link
Member

No description provided.

@ThomasWaldmann ThomasWaldmann marked this pull request as draft August 23, 2025 22:38
Copy link

codecov bot commented Aug 24, 2025

Codecov Report

❌ Patch coverage is 63.82979% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.43%. Comparing base (e5a5d67) to head (5aa536d).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
src/borg/selftest.py 0.00% 4 Missing ⚠️
src/borg/archiver/key_cmds.py 0.00% 2 Missing ⚠️
src/borg/storelocking.py 33.33% 2 Missing ⚠️
src/borg/xattr.py 0.00% 2 Missing ⚠️
src/borg/archiver/extract_cmd.py 50.00% 1 Missing ⚠️
src/borg/archiver/lock_cmds.py 0.00% 1 Missing ⚠️
src/borg/archiver/repo_delete_cmd.py 50.00% 1 Missing ⚠️
src/borg/chunkers/failing.py 66.66% 0 Missing and 1 partial ⚠️
src/borg/fuse_impl.py 0.00% 1 Missing ⚠️
src/borg/helpers/checks.py 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8999      +/-   ##
==========================================
- Coverage   81.44%   81.43%   -0.02%     
==========================================
  Files          77       77              
  Lines       13524    13515       -9     
  Branches     2005     2004       -1     
==========================================
- Hits        11015    11006       -9     
  Misses       1853     1853              
  Partials      656      656              

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

@ThomasWaldmann ThomasWaldmann marked this pull request as ready for review September 5, 2025 11:38
The original markup included a paragraph element wrapping a block-level pre element, which is invalid per HTML’s content model (a p can only contain phrasing content; pre is flow content).

The fix separated text and pre blocks into valid sibling elements, ensuring no pre is nested inside a p.
this was done by Junie AI.
Comment on lines 253 to 255
for pattern in matcher.get_unmatched_include_patterns():
self.print_warning_instance(IncludePatternNeverMatchedWarning(pattern))

Copy link
Member Author

@ThomasWaldmann ThomasWaldmann Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was a bad Junie mistake: although it was only asked to fix grammar and typos, it removed this code!

The code maybe wasn't working (see the added import for the warning class), but still a rather unexpected AI action.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it manually.

@ThomasWaldmann ThomasWaldmann merged commit 07183f1 into borgbackup:master Sep 23, 2025
15 of 17 checks passed
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.

1 participant