instack-undercloud/.coveragerc
Ben Nemec e163633262 Enable coverage testing
This is useful to see how we're doing on unit testing.

93%, for the record. :-)

Change-Id: If5301b3205818dbba49c6a82ce6f5135384d0b27
2015-11-30 22:56:47 +00:00

8 lines
113 B
INI

[run]
branch = True
source = instack_undercloud
omit = instack_undercloud/tests/*
[report]
ignore_errors = True