3
0
Fork 0

test: remove intermediate html coverage report for tox

This commit is contained in:
Lance Edgar 2026-02-04 08:49:25 -06:00
parent d9b880248c
commit c1717d46e1

View file

@ -23,7 +23,7 @@ commands = pylint wuttaweb
basepython = python3.11
commands =
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
[testenv:docs]