openstack-health/.coveragerc
Masayuki Igawa 80edd06fd0 Enable python coverage
This commit enables python coverage and adds gitignore files for it.

Change-Id: I6bfc62f532227b1812dabcade34575b86bb8d32d
2016-01-29 18:48:05 +09:00

8 lines
116 B
INI

[run]
branch = True
source = openstack_health
omit = openstack_health/tests/*,test/*
[report]
ignore_errors = True