feat: Add poetry deploy task
This commit is contained in:
@@ -33,5 +33,6 @@ dev = [
|
|||||||
|
|
||||||
|
|
||||||
[tool.taskipy.tasks]
|
[tool.taskipy.tasks]
|
||||||
|
dev = "uvicorn src.naliiabotapi.main:app --host 0.0.0.0 --port 8010 --reload"
|
||||||
test = "pytest tests/test_agent.py -v"
|
test = "pytest tests/test_agent.py -v"
|
||||||
test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-report=html && python -m http.server 8000 --directory htmlcov"
|
test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-report=html && python -m http.server 8000 --directory htmlcov"
|
||||||
|
|||||||
Reference in New Issue
Block a user