Add a .coveragerc to exclude tests and oslo
This is to try produce more relevant output. Change-Id: I08ebfacf19e4975e00ab79229cc18a3b57a1002a
This commit is contained in:
parent
4769b74383
commit
0d061edfec
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = heat
|
||||
omit = heat/tests/*,heat/openstack/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Loading…
Reference in New Issue
Block a user