coverage: remove some omit entries

"*/borg/fuse.py" - suspect, let's try what happens if we do not omit.

"*/borg/support/*" - directory does not exist anymore.

"*/borg/hash_sizes.py" - does not exist anymore.
This commit is contained in:
Thomas Waldmann 2026-03-05 12:35:43 +01:00
parent 9651f16e8d
commit 0877b7f48a
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -286,10 +286,7 @@ omit = [
"*/borg/__init__.py",
"*/borg/__main__.py",
"*/borg/_version.py",
"*/borg/fuse.py",
"*/borg/support/*",
"*/borg/testsuite/*",
"*/borg/hash_sizes.py",
]
[tool.coverage.report]