Update .coveragerc

Set up proper source and omit options.

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