Update .coveragerc

Set up proper source and omit options.

Change-Id: I28e95c5dde5d906dc2bf44b647017f8cff5981f6
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov 2013-02-06 16:47:06 +02:00
parent 98454defc1
commit 66cfe767c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = nova
omit = nova/tests/*,DynamicallyCompiledCheetahTemplate.py
omit = nova/tests/*,nova/openstack/*,DynamicallyCompiledCheetahTemplate.py
[report]
ignore-errors = True