From 12586b1b9ff3fca6f751e6b700c3ae709213c66b Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Sat, 20 Jan 2024 18:32:52 +0900 Subject: [PATCH] =?UTF-8?q?[Test]=20:=20=EC=BB=A4=EB=B2=84=EB=A6=AC?= =?UTF-8?q?=EC=A7=80=20=EA=B2=B0=EA=B3=BC=20=EC=98=AC=EB=A6=AC=EB=8A=94=20?= =?UTF-8?q?=EB=B0=A9=EC=8B=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a69191d4..962eb981 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,15 +47,11 @@ jobs: id: buildAndTests continue-on-error: true # 테스트에 실패해도 계속 로그찍기 - - name: Add coverage to PR - id: jacoco - uses: madrapps/jacoco-report@v1.2 + - name: Upload Jacoco Report + uses: actions/upload-artifact@v3 with: - paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml - token: ${{ secrets.GITHUB_TOKEN }} - title: "테스트 커버리지 측정" - min-coverage-overall: 30 - min-coverage-changed-files: 30 + name: jacoco-report + path: build/reports/jacoco/test/jacocoTestReport.xml - name: Archive test results if tests failed # 테스트가 실패하면 결과 아카이빙