Merge "Add openstack-cover-jobs for watcherclient"
This commit is contained in:
commit
a70ebd8a41
11
.coveragerc
Normal file
11
.coveragerc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
source = watcherclient
|
||||||
|
omit =
|
||||||
|
watcherclient/tests/*
|
||||||
|
|
||||||
|
[report]
|
||||||
|
ignore_errors = True
|
||||||
|
exclude_lines =
|
||||||
|
@abc.abstract
|
||||||
|
raise NotImplementedError
|
@ -1,3 +1,3 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_path=./watcherclient/tests/functional
|
test_path=./watcherclient/tests/unit
|
||||||
top_dir=./
|
top_dir=./
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
- openstack-cover-jobs
|
||||||
- openstack-lower-constraints-jobs
|
- openstack-lower-constraints-jobs
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- openstack-python35-jobs
|
- openstack-python35-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user