From b23bb1040d0ae3d39c0d397e8d119ba32201f4ff Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 3 Oct 2025 23:41:41 +0900 Subject: [PATCH] Remove useless cover target This repository contains code for testing and we have no real benefit with code coverage. Change-Id: I3253f8f5a679f68868e1b9f3200ed8f65eff7ab6 Signed-off-by: Takashi Kajinami --- test-requirements.txt | 1 - tox.ini | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0ce003e9..a080de9a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1 @@ stestr>=1.0.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index bf8061c0..79892f5c 100644 --- a/tox.ini +++ b/tox.ini @@ -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