Update coverage environment
Fix coverage environment to default stestr setup. Update timeout for tox-cover. Change-Id: I8f7b19743aa3d4b51316c9941bb751ff622fb354
This commit is contained in:
parent
343d51ebe0
commit
a5d8b2b64d
@ -10,6 +10,8 @@
|
|||||||
name: openstack-infra/storyboard
|
name: openstack-infra/storyboard
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- tox-cover:
|
||||||
|
timeout: 6000
|
||||||
- storyboard-tox-sqlite
|
- storyboard-tox-sqlite
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py27:
|
- tox-py27:
|
||||||
|
9
tox.ini
9
tox.ini
@ -43,7 +43,14 @@ commands =
|
|||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
setenv =
|
||||||
|
VIRTUAL_ENV={envdir}
|
||||||
|
PYTHON=coverage run --source storyboard --parallel-mode
|
||||||
|
commands =
|
||||||
|
stestr run {posargs}
|
||||||
|
coverage combine
|
||||||
|
coverage html -d cover
|
||||||
|
coverage xml -o cover/coverage.xml
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E125 and E128 are ignored on purpose, they are invalid pep8
|
# E125 and E128 are ignored on purpose, they are invalid pep8
|
||||||
|
Loading…
Reference in New Issue
Block a user