From c120fc43b61545afcbe5b21476a16529ff645713 Mon Sep 17 00:00:00 2001 From: beabigegg Date: Thu, 6 Nov 2025 11:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B8=AC=E8=A9=A6=E8=85=B3?= =?UTF-8?q?=E6=9C=AC=EF=BC=9A=E6=9B=B4=E6=96=B0=E8=A6=86=E8=93=8B=E7=8E=87?= =?UTF-8?q?=E5=A0=B1=E5=91=8A=E8=BC=B8=E5=87=BA=E8=B7=AF=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 變更: - run_integration_tests.bat: - 修改輸出路徑從 docs/validation/coverage/ 到專案根目錄 htmlcov/ - 移除 XML 報告(改為終端輸出) - 配合清理後的專案結構 🤖 Generated with Claude Code Co-Authored-By: Claude --- run_integration_tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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