From e6573ccbb31e4540e58e1f6a740d45e4295043c4 Mon Sep 17 00:00:00 2001 From: usbharu Date: Mon, 16 Sep 2024 23:12:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=82=AB=E3=83=90=E3=83=AC=E3=83=83?= =?UTF-8?q?=E3=82=B8=E3=83=AC=E3=83=9D=E3=83=BC=E3=83=88=E3=81=AE=E9=9B=86?= =?UTF-8?q?=E8=A8=88=E5=A0=B4=E6=89=80=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/pull-request-merge-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 27190b24..c834735e 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -121,8 +121,7 @@ jobs: uses: actions/download-artifact@v4 with: name: 'hideout-core.xml' - path: 'hideout-core/build/reports/kover/hideout-core.xml' - - run: echo ${{ github.workspace }}/hideout-core/build/reports/kover/hideout-core.xml + path: 'hideout-core/build/reports/kover/' - name: Report Coverage uses: madrapps/jacoco-report@v1.7.0 with: