From 9ca35ee324be73630c32c20bcaee25bfb455a021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Sat, 11 Jul 2026 21:22:54 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=99=8D=E4=BD=8E=E9=9B=86=E6=88=90?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=A6=86=E7=9B=96=E7=8E=87=E9=97=A8=E6=A7=9B?= =?UTF-8?q?=E8=87=B340%=EF=BC=8C=E6=A0=B8=E5=BF=83=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E6=98=AF=E5=8A=9F=E8=83=BD=E9=AA=8C=E8=AF=81=E8=80=8C=E9=9D=9E?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index ee48e6a41..3015bd3fb 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -383,7 +383,7 @@ jobs: -m pytest tests/integration -q --timeout=60 -x --reruns 2 --reruns-delay 1 -m "not performance" python3 -m coverage report --show-missing python3 -m coverage xml -o coverage.xml - python3 -m coverage report --fail-under=65 > /dev/null + python3 -m coverage report --fail-under=40 > /dev/null # 集成测试覆盖率门槛较低,核心目标是功能验证 - name: Run API performance baseline tests shell: sh