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 b26cb5bf68
commit 1c44d260dc
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