Merge "Remove useless cover target"

This commit is contained in:
Zuul
2025-10-04 22:03:46 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 16 deletions

View File

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

10
tox.ini
View File

@@ -23,16 +23,6 @@ commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}
[testenv:cover]
setenv =
VIRTUAL_ENV={envdir}
PYTHON=coverage run --source mistral-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}