You've already forked RekomenciBackend
feat: added e2e, unit tests and improved tests pipeline
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ RUN mkdir -p /app/cov
|
||||
|
||||
RUN mkdir /app/cov/html
|
||||
|
||||
CMD [ "sh", "-c", "coverage run --source=src -m pytest -v && coverage report > /app/cov/coverage.txt && coverage json -o /app/cov/coverage.json && coverage html -d /app/cov/html" ]
|
||||
CMD [ "sh", "-c", "coverage run --source=src -m pytest -v && coverage report > /app/cov/coverage.txt && coverage xml -o /app/cov/coverage.xml && coverage html -d /app/cov/html" ]
|
||||
|
||||
|
||||
# Stage 4: Migrations
|
||||
|
||||
Reference in New Issue
Block a user