Update .coveragerc

Set up proper source and omit options.

Change-Id: I13cc4bf4b3b349d1c868a4ff93ef33fd5ef292b8
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov 2013-02-06 16:47:06 +02:00
parent 7d033377db
commit 5b5eac9b73
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/*,quantum/tests/*
source = quantum
omit = quantum/tests/*,quantum/plugins/cisco/tests/*,quantum/openstack/*
[report]
ignore-errors = True