Add openstack-cover-jobs for watcherclient

Change-Id: Idc5e67bc5bf61bd02147e52872a9fcf7d71eeae4
This commit is contained in:
chenke 2019-03-12 10:19:09 +08:00
parent 9d9c5fe3be
commit 4db175f342
3 changed files with 13 additions and 1 deletions

11
.coveragerc Normal file
View File

@ -0,0 +1,11 @@
[run]
branch = True
source = watcherclient
omit =
watcherclient/tests/*
[report]
ignore_errors = True
exclude_lines =
@abc.abstract
raise NotImplementedError

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./watcherclient/tests/functional
test_path=./watcherclient/tests/unit
top_dir=./

View File

@ -1,5 +1,6 @@
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs