diff --git a/backend/Makefile b/backend/Makefile index 640390b..8ef3981 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -65,7 +65,7 @@ test: test-cov: @echo "๐Ÿงช Running tests with coverage..." - @IS_TEST=True PYTHONPATH=. $(PYTEST) --cov=app --cov-report=term-missing --cov-report=html -n 0 + @IS_TEST=True PYTHONPATH=. $(PYTEST) --cov=app --cov-report=term-missing --cov-report=html -n 16 @echo "๐Ÿ“Š Coverage report generated in htmlcov/index.html" # ============================================================================