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:
parent
b462badbb4
commit
6d93373b60
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = designate
|
||||
omit = designate/tests/*,designate/openstack/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ TAGS
|
||||
*.egg
|
||||
build
|
||||
.coverage
|
||||
.coverage.*
|
||||
.tox
|
||||
cover
|
||||
venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user