test: remove intermediate html coverage report for tox
This commit is contained in:
parent
d9b880248c
commit
c1717d46e1
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -23,7 +23,7 @@ commands = pylint wuttaweb
|
||||||
basepython = python3.11
|
basepython = python3.11
|
||||||
commands =
|
commands =
|
||||||
pytest -m 'not versioned and not functional' --cov=wuttaweb
|
pytest -m 'not versioned and not functional' --cov=wuttaweb
|
||||||
pytest -m 'versioned' --cov-append --cov=wuttaweb --cov-report=html
|
pytest -m 'versioned' --cov-append --cov=wuttaweb
|
||||||
pytest -m 'functional' --cov-append --cov=wuttaweb --cov-report=html --cov-fail-under=100
|
pytest -m 'functional' --cov-append --cov=wuttaweb --cov-report=html --cov-fail-under=100
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue