Files
python-neutronclient/.coveragerc
Alessio Ababilov 82b9697b04 Add .coveragerc
Set up proper source and omit options.

Change-Id: Icbda7894072f3589502ba2c4b5dcdf7f68b053af
Implements: blueprint update-coveragerc
2013-02-10 21:41:22 +02:00

8 lines
107 B
INI

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