From a8b6eff343269138b9a75f3e0b60368f92a5f21e Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 04:12:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 32 +++++++++++++++++++++++--------- scripts/generate_coverage.py | 25 +++++++++++++++++++------ 2 files changed, 42 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2113791..2c5ffee 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -5,7 +5,7 @@ on: push: branches: - main - - develop + # - develop paths: - 'src/**' - 'tests/**' @@ -37,6 +37,7 @@ jobs: - name: Coverage Report id: CoverageReport + if: success() # テスト成功時のみ実行 run: | coverage-badge -o coverage.svg python - <