python-novaclient/.coveragerc
Alessio Ababilov 3724528db7 Update .coveragerc
Set up proper source and omit options.

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

8 lines
101 B
INI

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