Update .coveragerc

Set up proper source and omit options.

Change-Id: Ia45165a3fa5d073df362b37f8ee5e4fd5e529c21
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov 2013-02-06 16:47:06 +02:00
parent 8ec247bf61
commit 74e0e175d9
1 changed files with 2 additions and 1 deletions

View File

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