diff --git a/tox.ini b/tox.ini index 56adb42..2ed5d55 100644 --- a/tox.ini +++ b/tox.ini @@ -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]