Add test coverage script for backend with pytest configuration

This commit is contained in:
2025-11-08 09:36:28 +01:00
parent d6a06e45ec
commit e1d5914e7f

View File

@@ -0,0 +1 @@
python -m pytest --cov=app --cov-report=html --cov-report=term-missing -v -n 20