Update .coveragerc
Set up proper source and omit options. Change-Id: Ie55c8216def942116ab71c408ef09b14c3a0d7dd Implements: blueprint update-coveragerc
This commit is contained in:
parent
c55273d096
commit
cb664f9f46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user