diff --git a/run_integration_tests.bat b/run_integration_tests.bat index 2e62680..6af83db 100644 --- a/run_integration_tests.bat +++ b/run_integration_tests.bat @@ -2,4 +2,4 @@ chcp 65001 set PYTHONIOENCODING=utf-8 call conda activate timeline_designer -pytest tests/integration/ --cov=backend --cov-report=html:docs/validation/coverage/htmlcov --cov-report=xml:docs/validation/coverage/coverage.xml -v +pytest tests/integration/ --cov=backend --cov-report=html:htmlcov --cov-report=term -v