From 0db4e51cae8fc795531e15ae4e470f90c9bdcff3 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 02:37:00 +0900 Subject: [PATCH] =?UTF-8?q?pytest=E3=82=92=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 | 2 +- scripts/generate_coverage.py | 93 ++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 scripts/generate_coverage.py diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a3ad82c..322fed5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -40,7 +40,7 @@ jobs: run: | coverage-badge -o coverage.svg python - <