wip: add tts debug
This commit is contained in:
parent
b71bedb62a
commit
4b155248c6
5 changed files with 148 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -7,3 +7,9 @@ tests:
|
|||
uv run pytest --cov=halig -vv tests --report-log reportlog.json
|
||||
uv run coverage html
|
||||
uv run coverage xml
|
||||
|
||||
compile:
|
||||
uv run pyinstaller markovbot.spec
|
||||
|
||||
clean-compile:
|
||||
uv run pyinstaller markovbot.spec --clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue