Merge "Remove useless cover target"

This commit is contained in:
Zuul
2025-12-10 15:07:14 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 21 deletions
-6
View File
@@ -1,6 +0,0 @@
[run]
branch = True
source = octavia_tempest_plugin
[report]
ignore_errors = True
-1
View File
@@ -1,6 +1,5 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
-14
View File
@@ -27,20 +27,6 @@ commands = check-uuid --fix --package octavia_tempest_plugin
[testenv:venv]
commands = {posargs}
[testenv:cover]
setenv =
{[testenv]setenv}
PYTHON=coverage run --source octavia_tempest_plugin --parallel-mode
allowlist_externals =
find
commands =
find octavia_tempest_plugin -type f -name "*.pyc" -delete
coverage erase
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}