chore: small improvements

This commit is contained in:
ITQ
2025-11-20 07:34:26 +03:00
parent 52f3072729
commit 8e913479bc
5 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ RUN uv sync --group tests --frozen --no-cache
RUN mkdir -p /app/cov
CMD [ "sh", "-c", "coverage run --source=src -m pytest -v && coverage report && coverage xml -o /app/cov/coverage.xml" ]
CMD [ "sh", "-c", "coverage run --source=src -m pytest -v && coverage report > /app/cov/coverage.txt && coverage json -o /app/cov/coverage.xml && coverage html -o /app/cov/coverage.html" ]
# Stage 4: Migrations