mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
fix .coverragerc omits
seems like they need a */ prefix also: exclude everything below support/ - this is 3rd party stuff.
This commit is contained in:
parent
12758f1a19
commit
8493cfb0f1
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
branch = True
|
||||
source = borg
|
||||
omit =
|
||||
borg/__init__.py
|
||||
borg/__main__.py
|
||||
borg/_version.py
|
||||
borg/support/*.py
|
||||
*/borg/__init__.py
|
||||
*/borg/__main__.py
|
||||
*/borg/_version.py
|
||||
*/borg/support/*
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
|
|
Loading…
Reference in a new issue