test: fix coverage command for tox
This commit is contained in:
parent
977c196f47
commit
3c429dea95
2
tox.ini
2
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue