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 67a6622243
commit f4f0cdf310
1 changed files with 2 additions and 1 deletions

View File

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