1
0
Fork 0

test: fix coverage command for tox

This commit is contained in:
Lance Edgar 2024-07-12 00:36:38 -05:00
parent 977c196f47
commit 3c429dea95

View file

@ -8,7 +8,7 @@ commands = pytest {posargs}
[testenv:coverage] [testenv:coverage]
basepython = python3.11 basepython = python3.11
commands = pytest --cov=wuttjamaican --cov-report=html --cov-fail-under=100 commands = pytest --cov=wuttaweb --cov-report=html --cov-fail-under=100
[testenv:docs] [testenv:docs]
basepython = python3.11 basepython = python3.11