neutron-fwaas/.coveragerc
Alessio Ababilov dadf59beb8 Update .coveragerc
Set up proper source and omit options.

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

8 lines
141 B
INI

[run]
branch = True
source = quantum
omit = quantum/tests/*,quantum/plugins/cisco/tests/*,quantum/openstack/*
[report]
ignore-errors = True