Merge "Add openstack-cover-jobs for watcherclient"

This commit is contained in:
Zuul 2019-03-13 06:21:14 +00:00 committed by Gerrit Code Review
commit a70ebd8a41
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