test: fix coverage command for tox
This commit is contained in:
parent
977c196f47
commit
3c429dea95
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -8,7 +8,7 @@ commands = pytest {posargs}
|
|||
|
||||
[testenv:coverage]
|
||||
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]
|
||||
basepython = python3.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue