From 397bdbbc1411268424473bd32156fa41744f1e16 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 12:01:16 +0900 Subject: [PATCH] =?UTF-8?q?pytest=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5edc624..6f2c056 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,6 +39,7 @@ jobs: id: CoverageReport if: success() # テスト成功時のみ実行 run: | + coverage-badge -o /temp/coverage.svg python - < coverage.svg echo "# Pytest Report" > README.md echo "" >> README.md echo "![test](coverage.svg)" >> README.md