diff --git a/backend/test_with_coverage.sh b/backend/test_with_coverage.sh new file mode 100644 index 0000000..22d18f4 --- /dev/null +++ b/backend/test_with_coverage.sh @@ -0,0 +1 @@ +python -m pytest --cov=app --cov-report=html --cov-report=term-missing -v -n 20 \ No newline at end of file