Added coveragerc
Added coveragerc to have proper coverage reports. Change-Id: I7752e2ae1ada25d3c7c8c95937fc2923440d85c1
This commit is contained in:
13
.coveragerc
Normal file
13
.coveragerc
Normal file
@@ -0,0 +1,13 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = murano
|
||||
omit =
|
||||
*/openstack/common/*
|
||||
.tox/*
|
||||
murano/tests/*
|
||||
|
||||
[paths]
|
||||
source = murano
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
Reference in New Issue
Block a user