mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
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:
parent
9651f16e8d
commit
0877b7f48a
1 changed files with 0 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue