Add .coveragerc

Set up proper source and omit options.

Change-Id: Icbda7894072f3589502ba2c4b5dcdf7f68b053af
Implements: blueprint update-coveragerc
This commit is contained in:
Alessio Ababilov 2013-02-10 21:41:22 +02:00
parent dad11b3e75
commit 82b9697b04

7
.coveragerc Normal file
View File

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