Update .coveragerc
Set up proper source and omit options. Change-Id: Ieb6e514849e6fc054ce563806243d29f4ff2075c Implements: blueprint update-coveragerc
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,keystoneclient/tests/*
|
source = keystoneclient
|
||||||
|
omit = keystoneclient/openstack/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore-errors = True
|
ignore-errors = True
|
||||||
|
Reference in New Issue
Block a user