fix .coverragerc omits

seems like they need a */ prefix

also: exclude everything below support/ - this is 3rd party stuff.
This commit is contained in:
Thomas Waldmann 2015-11-01 22:18:47 +01:00
parent 12758f1a19
commit 8493cfb0f1
1 changed files with 4 additions and 4 deletions

View File

@ -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 =