Merge "Remove useless cover target"

This commit is contained in:
Zuul
2025-11-22 01:44:13 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 11 deletions

View File

@@ -1,2 +1 @@
stestr>=1.0.0 # Apache-2.0
coverage>=4.0 # Apache-2.0

10
tox.ini
View File

@@ -21,16 +21,6 @@ commands = pre-commit run --all-files --show-diff-on-failure {posargs}
[testenv:venv]
commands = {posargs}
[testenv:cover]
setenv =
{[testenv]setenv}
PYTHON=coverage run --source ironic_tempest_plugin --parallel-mode
commands =
stestr run {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}/doc/requirements.txt