This commit is contained in:
cătălin 2024-12-06 13:58:19 +01:00
commit cdb7ea0ed8
No known key found for this signature in database
23 changed files with 1714 additions and 582 deletions

View file

@ -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