Remove useless cover target
This repository contains code for testing and we have no real benefit with code coverage. Change-Id: Iaa1c4d77182e683b0f1f689f6492557e149239f3 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = neutron_tempest_plugin
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
@@ -1,6 +1,5 @@
|
||||
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
||||
|
||||
coverage>=4.4.1 # Apache-2.0
|
||||
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
|
10
tox.ini
10
tox.ini
@@ -26,16 +26,6 @@ allowlist_externals =
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
PYTHON=coverage run --source neutron_tempest_plugin --parallel-mode
|
||||
commands =
|
||||
stestr run --no-subunit-trace {posargs}
|
||||
coverage combine
|
||||
coverage html -d cover
|
||||
coverage xml -o cover/coverage.xml
|
||||
|
||||
[testenv:docs]
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Reference in New Issue
Block a user