Improve test coverance and fixes according to tests

This commit is contained in:
2026-03-05 11:46:48 +02:00
parent 2dfd625b5e
commit 03ba3fb3c2
17 changed files with 256 additions and 44 deletions
+11
View File
@@ -0,0 +1,11 @@
run:
uvicorn app.main:app --reload --port 9995
test:
pytest --cov=app --cov-report=term-missing
docker:
docker compose up --build
lint:
ruff check .