Exclude .tox folder from coverage report
Change-Id: I96c487150419142f925c4cc6f261fab9cca026d8
This commit is contained in:
parent
3be004e523
commit
8a51b6b140
@ -1,7 +1,9 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = mistral
|
||||
omit = mistral/tests/*
|
||||
omit =
|
||||
.tox/*
|
||||
mistral/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in New Issue
Block a user