deb-heat/.coveragerc
Angus Salkeld 0d061edfec Add a .coveragerc to exclude tests and oslo
This is to try produce more relevant output.

Change-Id: I08ebfacf19e4975e00ab79229cc18a3b57a1002a
2013-12-02 21:35:39 +11:00

8 lines
102 B
INI

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