From 26ca52613cce96219ead8cae52660488f7f9f129 Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Tue, 23 Jan 2024 17:51:59 +0900 Subject: [PATCH] =?UTF-8?q?[Test]=20:=20=EB=B2=84=EC=A0=84=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c607b72..6cc67cf4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: # Jacoco 테스트 커버리지 결과 아카이빙 - name: JaCoCo Code Coverage Report id: jacoco_reporter - uses: PavanMudigonda/jacoco-reporter@v4.9 + uses: PavanMudigonda/jacoco-reporter@v4.8 with: coverage_results_path: build/reports/jacoco/test/jacocoTestReport.xml coverage_report_name: Coverage