From e7b68832ba3735b372812976aebb24e9c025db70 Mon Sep 17 00:00:00 2001 From: chenxm <1052893926@qq.com> Date: Thu, 13 Nov 2025 20:44:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9C=89=2080%=20=E5=8D=95=E6=B5=8B?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E5=BA=A6=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e56076259..3e4db2a7e 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -104,4 +104,4 @@ jobs: - name: PyTest unit tests if: ${{ !startsWith(matrix.os, 'macos-13') }} run: | - poetry run pytest tests -vv --durations=10 \ No newline at end of file + poetry run pytest tests -vv --durations=10 --cov-fail-under=80 \ No newline at end of file From b80c556574baf0e3a468494938e3ad8b5afa3394 Mon Sep 17 00:00:00 2001 From: chenxm <1052893926@qq.com> Date: Thu, 13 Nov 2025 20:46:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9C=89=2080%=20=E5=8D=95=E6=B5=8B?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E5=BA=A6=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 3e4db2a7e..560d8712f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -104,4 +104,5 @@ jobs: - name: PyTest unit tests if: ${{ !startsWith(matrix.os, 'macos-13') }} run: | - poetry run pytest tests -vv --durations=10 --cov-fail-under=80 \ No newline at end of file + poetry run pytest tests -vv --durations=10 --cov-fail-under=80 +# 80% \ No newline at end of file