Update .coveragerc

Set up proper source and omit options.

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

7
.coveragerc Normal file
View File

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