deb-os-collect-config/.coveragerc
Clint Byrum 69bd587667 Fix coverage report generation with tox
Previously no coverage report was produced as the package name was
confusing the coverage module. We were also using the wrong command.

This also adds a coveragerc so that the results are sane.

Change-Id: I204f52eeae71ac11274431f9cdf518d19e42f94b
2014-06-03 11:00:07 -07:00

8 lines
141 B
INI

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