Update .coveragerc

Set up proper source and omit options.

Change-Id: Ieb6e514849e6fc054ce563806243d29f4ff2075c
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov
2013-02-06 16:47:06 +02:00
parent 6cf76c94a5
commit de3b4c8289

View File

@@ -1,6 +1,7 @@
[run]
branch = True
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,keystoneclient/tests/*
source = keystoneclient
omit = keystoneclient/openstack/*
[report]
ignore-errors = True