Add a .coveragerc to exclude tests and oslo

This is to try produce more relevant output.

Change-Id: I08ebfacf19e4975e00ab79229cc18a3b57a1002a
This commit is contained in:
Angus Salkeld 2013-12-02 21:35:39 +11:00
parent 4769b74383
commit 0d061edfec
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = heat
omit = heat/tests/*,heat/openstack/*
[report]
ignore-errors = True