From 0819ec4d7df3a877149e968c49e0706494378e92 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 02:43:14 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 322fed5..2113791 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,7 +52,7 @@ jobs: echo "" >> README.md echo "![test](coverage.svg)" >> README.md echo "" >> README.md - cat tests/table.md >> README.md + cat coverage_table.md >> README.md cat README.md - name: Check files before upload