Merge "Add a .coveragerc to exclude tests and oslo"

This commit is contained in:
Jenkins 2013-12-03 12:01:47 +00:00 committed by Gerrit Code Review
commit d0c7a5e98e
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