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:
Takashi Kajinami
2025-10-03 23:46:12 +09:00
parent 2609bfcb29
commit 27c0c5ba5a
3 changed files with 0 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
[run]
branch = True
source = neutron_tempest_plugin
[report]
ignore_errors = True

View File

@@ -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
View File

@@ -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