From ee665eddb3927b2d797dae0fe8e58be173d1be36 Mon Sep 17 00:00:00 2001 From: usbharu Date: Mon, 16 Sep 2024 23:56:38 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=82=A2=E3=83=83=E3=83=97=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=89=E5=90=8D=E3=82=92=E9=96=93=E9=81=95=E3=81=88?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 1c1f54da..d56e6e29 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -179,12 +179,12 @@ jobs: uses: mikepenz/action-junit-report@v4 with: report_paths: '**/TEST-*.xml' - check_name: 'hideout-core JUnit Test Report' + check_name: 'hideout-mastodon JUnit Test Report' - name: Upload Coverage Report uses: actions/upload-artifact@v4 with: - name: 'hideout-core.xml' + name: 'hideout-mastodon.xml' path: 'hideout-core/build/reports/kover/hideout-mastodon.xml' coverage: