From d045a277812240f09faf23667d96571181d9feb2 Mon Sep 17 00:00:00 2001 From: LeeShinHeang Date: Mon, 3 Feb 2025 12:51:47 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20jacoco=EC=97=90=20admin=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-test-coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-test-coverage.yml b/.github/workflows/pull-request-test-coverage.yml index cb4257d4..97950176 100644 --- a/.github/workflows/pull-request-test-coverage.yml +++ b/.github/workflows/pull-request-test-coverage.yml @@ -41,6 +41,7 @@ jobs: paths: | ${{ github.workspace }}/aics-domain/build/jacoco/test/jacocoTestReport.xml ${{ github.workspace }}/aics-api/build/jacoco/test/jacocoTestReport.xml + ${{ github.workspace }}/aics-admin/build/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} min-coverage-overall: 80 min-coverage-changed-files: 70