Improve coverage calculation

Change-Id: I66c8c692dcffd24342aa53038195b5c3daafa834
This commit is contained in:
Sergey Lukjanov 2013-08-05 23:09:06 +04:00
parent 264248c412
commit bcfc386fe3
2 changed files with 14 additions and 0 deletions

13
.coveragerc Normal file
View File

@ -0,0 +1,13 @@
[run]
branch = True
source = savanna
omit =
*/openstack/common/*
.tox/*
savanna/tests/*
[paths]
source = savanna
[report]
ignore-errors = True

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ tools/lintstack.head.py
tools/pylint_exceptions
savanna/tests/cover
savanna/tests/coverage.xml
htmlcov