From 878ef894c127588c65c0c06a240170cf76259e60 Mon Sep 17 00:00:00 2001 From: JunRock Date: Mon, 19 May 2025 18:16:50 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=EC=9D=B4=EC=A0=84=EC=97=90=20?= =?UTF-8?q?=ED=96=88=EB=8D=98=20jacoco=EC=BB=A4=EB=B2=84=EB=A6=AC=EC=A7=80?= =?UTF-8?q?=20=EA=B2=B0=EA=B3=BCclean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage-badge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-badge.yml b/.github/workflows/coverage-badge.yml index a38ae6d..a54da90 100644 --- a/.github/workflows/coverage-badge.yml +++ b/.github/workflows/coverage-badge.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' - name: Run tests & generate Jacoco report - run: ./gradlew test jacocoTestReport + run: ./gradlew clean test jacocoTestReport - name: Generate coverage badge JSON run: |