Merge "Fix coverage configuration and execution"
This commit is contained in:
commit
f09b9b1e4e
@ -1,7 +1,8 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = serialization
|
||||
omit = serialization/tests/*,serialization/openstack/*
|
||||
source = oslo_serialization
|
||||
omit = oslo_serialization/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
precision = 2
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@ pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
cover
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
|
2
tox.ini
2
tox.ini
@ -26,7 +26,7 @@ commands = {posargs}
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
commands = python setup.py test --coverage --coverage-package-name=oslo_serialization --testr-args='{posargs}'
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
|
Loading…
Reference in New Issue
Block a user