Add openstack-cover-jobs for watcherclient
Change-Id: Idc5e67bc5bf61bd02147e52872a9fcf7d71eeae4
This commit is contained in:
parent
9d9c5fe3be
commit
4db175f342
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]
|
||||
test_path=./watcherclient/tests/functional
|
||||
test_path=./watcherclient/tests/unit
|
||||
top_dir=./
|
||||
|
@ -1,5 +1,6 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-cover-jobs
|
||||
- openstack-lower-constraints-jobs
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user