python-glanceclient/.coveragerc
Alessio Ababilov 2514ec84e5 Update .coveragerc
Set up proper source and omit options.

Change-Id: I2590006f922b2163f9c913d4ce3c349f0e49c68b
Implements: blueprint update-coveragerc
2013-02-06 16:47:06 +02:00

8 lines
105 B
INI

[run]
branch = True
source = glanceclient
omit = glanceclient/openstack/*
[report]
ignore-errors = True