From d22ffe7d7c2da9ef0adf119131a0195392d4983f Mon Sep 17 00:00:00 2001 From: KyuWon Kim Date: Wed, 21 Aug 2024 21:24:35 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20paths=20=EA=B0=9C=ED=96=89=20=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jacoco-rule.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/jacoco-rule.yml b/.github/workflows/jacoco-rule.yml index f22b0fe8..318d71d1 100644 --- a/.github/workflows/jacoco-rule.yml +++ b/.github/workflows/jacoco-rule.yml @@ -55,8 +55,7 @@ jobs: id: jacoco uses: madrapps/jacoco-report@v1.6 with: - paths: | - ${{ github.workspace }}/backend/api-server/build/reports/jacoco/test/jacocoTestReport.xml,${{ github.workspace }}/backend/queue-server/build/reports/jacoco/test/jacocoTestReport.xml + paths: ${{ github.workspace }}/backend/api-server/build/reports/jacoco/test/jacocoTestReport.xml,${{ github.workspace }}/backend/queue-server/build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} min-coverage-overall: 80 min-coverage-changed-files: 80