From d4091d74d0c3fb41ab2a072da2ec2638b317bd60 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 17 Jul 2026 18:15:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=97=A0=E4=B8=9A=E5=8A=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=94=B9=E5=8A=A8=E6=97=B6=E8=B7=B3=E8=BF=87diff-cove?= =?UTF-8?q?r=E6=A3=80=E6=9F=A5?= 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 39208aa87..488631f21 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -316,7 +316,7 @@ jobs: python3 -m coverage report --fail-under=65 > /dev/null fi - name: Diff coverage check (增量行覆盖率) - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && env.HAS_APP_CHANGES == 'true' shell: sh env: GITHUB_TOKEN: ${{ github.token }}