Update .coveragerc

Set up proper source and omit options.

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

7
.coveragerc Normal file
View File

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