Add .coveragerc configuration file

We now ignore the openstack common and designate test code from
our coverage reports.

Change-Id: Iecbc4623df31cb98d9f1a074e147a0f1c8bd8bda
This commit is contained in:
Kiall Mac Innes 2015-01-14 10:44:55 -08:00
parent b462badbb4
commit 6d93373b60
2 changed files with 8 additions and 0 deletions

7
.coveragerc Normal file
View File

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

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ TAGS
*.egg
build
.coverage
.coverage.*
.tox
cover
venv