Update .coveragerc

Set up proper source and omit options.

Change-Id: I2590006f922b2163f9c913d4ce3c349f0e49c68b
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov 2013-02-06 16:47:06 +02:00
parent ed67c32014
commit 2514ec84e5
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = glanceclient
omit = glanceclient/openstack/*
[report]
ignore-errors = True