Files
oslo-cookiecutter/oslo.{{cookiecutter.module_name}}/.coveragerc
Doug Hellmann f8753c13f3 Update for use with oslo libraries
Oslo libraries are always in the oslo namespace, so they
need the namespace package configured.

Change-Id: Ib1077622c82cc771c39ab3e9d3ea58d2eb00c94f
2014-01-31 15:22:08 -08:00

8 lines
174 B
INI

[run]
branch = True
source = {{cookiecutter.module_name}}
omit = {{cookiecutter.module_name}}/tests/*,{{cookiecutter.module_name}}/openstack/*
[report]
ignore-errors = True