neutron-lbaas/.coveragerc
Michael Johnson ab523475dc Updating .coveragerc to exclude the tests
This change excludes the neutron_lbaas/tests* directory from the
coverage report.  The tests artificially inflate the numbers as the
tests will always run.

Change-Id: I6e4979be9cd8d1468f9981063da35513623c28de
2015-03-30 19:13:47 +00:00

8 lines
102 B
INI

[run]
branch = True
source = neutron_lbaas
omit = neutron_lbaas/tests*
[report]
ignore-errors = True