From b6073ee7948eb279510d46ef51b4c929246ff7a2 Mon Sep 17 00:00:00 2001 From: hwangdaesun Date: Tue, 2 Jul 2024 14:51:44 +0900 Subject: [PATCH] =?UTF-8?q?fix/#321=20:=20jacoco=20report=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=ED=95=98=EB=8A=94=20step=20paths=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\btestAndDeploy.yml" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/workflows/\btestAndDeploy.yml" "b/.github/workflows/\btestAndDeploy.yml" index 79c1011b..6d2e0707 100644 --- "a/.github/workflows/\btestAndDeploy.yml" +++ "b/.github/workflows/\btestAndDeploy.yml" @@ -49,7 +49,7 @@ jobs: uses: madrapps/jacoco-report@v1.2 with: title: 테스트 커버리지 리포트입니다 - paths: build/reports/jacoco/test/jacocoTestReport.xml + paths: '**/build/reports/jacoco/test/jacocoTestReport.xml' token: ${{ secrets.GITHUB_TOKEN }} - name: Send docker-compose.yml